diff options
author | Ping-Ke Shih <pkshih@realtek.com> | 2021-06-23 21:48:26 +0800 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2021-06-23 18:11:21 +0200 |
commit | 2832943c789aa6a89eb3d1cf1a466e817ae451a7 (patch) | |
tree | 858e308383238fff084955c4ebd62360d01e8c74 /net/mac80211 | |
parent | 744757e46bf13ec3a7b3507d17ab3faab9516d43 (diff) |
Revert "mac80211: HE STA disassoc due to QOS NULL not sent"
This reverts commit f39b07fdfb68 ("mac80211: HE STA disassoc
due to QOS NULL not sent")
Since iwlwifi specific workaround, which blocks to send NDP,
is removed, we can revert this commit.
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://lore.kernel.org/r/20210623134826.10318-2-pkshih@realtek.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/mlme.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index a0572ce99826..a00f11a33699 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c @@ -2541,10 +2541,7 @@ static void ieee80211_mgd_probe_ap_send(struct ieee80211_sub_if_data *sdata) if (ieee80211_hw_check(&sdata->local->hw, REPORTS_TX_ACK_STATUS)) { ifmgd->nullfunc_failed = false; - if (!(ifmgd->flags & IEEE80211_STA_DISABLE_HE)) - ifmgd->probe_send_count--; - else - ieee80211_send_nullfunc(sdata->local, sdata, false); + ieee80211_send_nullfunc(sdata->local, sdata, false); } else { int ssid_len; |