Skip to content

Commit

Permalink
Revert "mac80211: HE STA disassoc due to QOS NULL not sent"
Browse files Browse the repository at this point in the history
This reverts commit f39b07f ("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>
  • Loading branch information
Ping-Ke Shih authored and Johannes Berg committed Jun 23, 2021
1 parent 744757e commit 2832943
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2832943

Please sign in to comment.