]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8dce3c4d59ab8eac7a14f892dbe2e871c6909d9f
tree0e6e1fde5c6fac7cf2fd4bc213dc452347056249
parentf7ef7edb1af379c2f3889baaacaf22817158bd58
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: 8888ba3bbf42 ("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