mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
rtlwifi: rtl8192cu: Fix false loss of AP indication
A major change in the rtlwifi family recently added code to detect when there is loss of AP signals. One critical statement needed for the USB driver was missed. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
d1497f2105
commit
cc0446bfeb
@ -521,6 +521,9 @@ static void _rtl_usb_rx_process_noagg(struct ieee80211_hw *hw,
|
||||
rtlpriv->link_info.num_rx_inperiod++;
|
||||
}
|
||||
|
||||
/* static bcn for roaming */
|
||||
rtl_beacon_statistic(hw, skb);
|
||||
|
||||
if (likely(rtl_action_proc(hw, skb, false)))
|
||||
ieee80211_rx(hw, skb);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user