]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: mvm: remove dead code
authorSara Sharon <sara.sharon@intel.com>
Thu, 23 Aug 2018 09:10:01 +0000 (12:10 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 20 Dec 2018 07:05:41 +0000 (09:05 +0200)
commit70dc179dd98622eda9809d02fa73b708d60e5e23
tree815c55e67eea59d6e28fa3cb8e5ec28a7967439f
parentdabb0983349d6320197b88eeb9bb91d3fa0ed855
iwlwifi: mvm: remove dead code

In iwl_mvm_tx_skb_non_sta(), in case of managed interface,
the AP station was supposed to be used for multicast frames
instead of the auxiliary station to avoid frames possibly
sent to an absent P2P GO. However, when moving to DQA mode,
this was broken as no valid queue was assigned. This is fixed
by a recent patch that directs all non-offchannel traffic to
ap station earlier in the TX path. However, the broken, and
now dead code, remained. Remove it.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/intel/iwlwifi/mvm/tx.c