mac80211: remove iwlwifi specific workaround that broke sta NDP tx
authorFelix Fietkau <nbd@nbd.name>
Sat, 19 Jun 2021 10:15:17 +0000 (12:15 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 23 Jun 2021 09:29:13 +0000 (11:29 +0200)
commite41eb3e408de27982a5f8f50b2dd8002bed96908
tree0e6e1fde5c6fac7cf2fd4bc213dc452347056249
parent1806239dec0dacde373f0b53f076319f6c6d95cb
mac80211: remove iwlwifi specific workaround that broke sta NDP tx

Sending nulldata packets is important for sw AP link probing and detecting
4-address mode links. The checks that dropped these packets were apparently
added to work around an iwlwifi firmware bug with multi-TID aggregation.

Fixes: 41cbb0f5a295 ("mac80211: add support for HE")
Cc: stable@vger.kernel.org
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Link: https://lore.kernel.org/r/20210619101517.90806-1-nbd@nbd.name
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/tx.c
net/mac80211/mlme.c