lkml.org 
[lkml]   [2014]   [Feb]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.10 023/104] rtlwifi: Update beacon statistics for USB driver
    Date
    3.10-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Larry Finger <Larry.Finger@lwfinger.net>

    commit 65b9cc97c6852fae19dc5c7745e9abc8dd380aad upstream.

    The USB drivers were not updating the beacon statistics, which led to
    false beacon loss indications.

    Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
    Signed-off-by: John W. Linville <linville@tuxdriver.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/net/wireless/rtlwifi/usb.c | 2 ++
    1 file changed, 2 insertions(+)

    --- a/drivers/net/wireless/rtlwifi/usb.c
    +++ b/drivers/net/wireless/rtlwifi/usb.c
    @@ -477,6 +477,8 @@ static void _rtl_usb_rx_process_agg(stru
    if (unicast)
    rtlpriv->link_info.num_rx_inperiod++;
    }
    + /* static bcn for roaming */
    + rtl_beacon_statistic(hw, skb);
    }
    }




    \
     
     \ /
      Last update: 2014-02-05 07:21    [W:4.030 / U:0.048 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site