iwlwifi: mvm: treat MMPDUs in iwl_mvm_mac_tx() as bcast
authorJohannes Berg <johannes.berg@intel.com>
Mon, 2 Aug 2021 14:28:29 +0000 (17:28 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Thu, 26 Aug 2021 20:33:25 +0000 (23:33 +0300)
commit105167830d5fa7ca39d764c28e8f72bef5a16528
tree5108ebaf312e282f490467bc09f8408906f559cc
parent366fc672d6250bd747b745111b6a0d16b62aa60b
iwlwifi: mvm: treat MMPDUs in iwl_mvm_mac_tx() as bcast

There's no need for all the complicated conditions here, any
bufferable MMPDUs or MMPDUs for client interfaces are already
coming through the TXQ interface, not iwl_mvm_mac_tx().

Simplify the logic.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20210802172232.3939f7c5c43a.I1d5cb5262e31a000023d79acbb897b8db50adf0d@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c