]> Git Repo - linux.git/commitdiff
mac80211: remove iwlwifi specific workaround NDPs of null_response
authorPing-Ke Shih <[email protected]>
Wed, 23 Jun 2021 13:48:25 +0000 (21:48 +0800)
committerJohannes Berg <[email protected]>
Wed, 23 Jun 2021 16:10:51 +0000 (18:10 +0200)
Remove the remaining workaround that is not removed by the
commit e41eb3e408de ("mac80211: remove iwlwifi specific workaround
that broke sta NDP tx")

Fixes: 41cbb0f5a295 ("mac80211: add support for HE")
Signed-off-by: Ping-Ke Shih <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Johannes Berg <[email protected]>
net/mac80211/sta_info.c

index 641a6657d0c9958b1841196acb4b2cbe72c3a620..e18c3855f6161c0044100d063acd5beddc4e8a47 100644 (file)
@@ -1398,11 +1398,6 @@ static void ieee80211_send_null_response(struct sta_info *sta, int tid,
        struct ieee80211_tx_info *info;
        struct ieee80211_chanctx_conf *chanctx_conf;
 
-       /* Don't send NDPs when STA is connected HE */
-       if (sdata->vif.type == NL80211_IFTYPE_STATION &&
-           !(sdata->u.mgd.flags & IEEE80211_STA_DISABLE_HE))
-               return;
-
        if (qos) {
                fc = cpu_to_le16(IEEE80211_FTYPE_DATA |
                                 IEEE80211_STYPE_QOS_NULLFUNC |
This page took 0.062208 seconds and 4 git commands to generate.