diff options
| author | Shay Bar <[email protected]> | 2019-07-03 16:18:48 +0300 |
|---|---|---|
| committer | Johannes Berg <[email protected]> | 2019-07-31 13:26:41 +0200 |
| commit | f39b07fdfb688724fedabf5507e15eaf398f2500 (patch) | |
| tree | c9d6c29f14e60b442f078d0d55a49c3d33d36e9e /drivers/net/ethernet/intel/ice/ice_main.c | |
| parent | 1ced169cc1c2f3e054fa14974443383ee02a8b6a (diff) | |
mac80211: HE STA disassoc due to QOS NULL not sent
In case of HE AP-STA link, ieee80211_send_nullfunc() will not
send the QOS NULL packet to check if AP is still associated.
In this case, probe_send_count will be non-zero and
ieee80211_sta_work() will later disassociate the AP, even
though no packet was ever sent.
Fix this by decrementing probe_send_count and not calling
ieee80211_send_nullfunc() in case of HE link, so that we
still wait for some time for the AP beacon to reappear and
don't disconnect right away.
Signed-off-by: Shay Bar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[clarify commit message]
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_main.c')
0 files changed, 0 insertions, 0 deletions