OSDN Git Service

iwlwifi: mvm: Send non offchannel traffic via AP sta
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>
Tue, 24 Jul 2018 18:57:50 +0000 (21:57 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Sun, 11 Nov 2018 09:06:20 +0000 (11:06 +0200)
commitdc1aca22f8f38b7e2ad7b118db87404d11e68771
tree777fc4810a6c556651658ff3947c7090682e12f0
parent18ab513ebfd34d4422ad8923ff610ae35033acd6
iwlwifi: mvm: Send non offchannel traffic via AP sta

TDLS discovery response frame is a unicast direct frame to the peer.
Since we don't have a STA for this peer, this frame goes through
iwl_tx_skb_non_sta(). As the result aux_sta and some completely
arbitrary queue would be selected for this frame, resulting in a queue
hang.  Fix that by sending such frames through AP sta instead.

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c