OSDN Git Service

iwlwifi: mvm: Use aux queue for offchannel frames in dqa
authorBeni Lev <beni.lev@intel.com>
Thu, 17 Nov 2016 12:03:17 +0000 (14:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 14 May 2017 12:00:16 +0000 (14:00 +0200)
commit04dd401a5145da42a040a622bac2eb9a96c01308
treec4e3ae9e928c23f238959d0c542df99832bbb27a
parenta6fe39262c518c105f7003dca5eb5ae45b72713e
iwlwifi: mvm: Use aux queue for offchannel frames in dqa

commit 6574dc943fc32a2fce69fab14891abca7eecb67c upstream.

Since offchannel activity doesn't always require a BSS, e.g. ANQP
sessions, offchannel frames should not use the BSS queue, because it
might not be initialized.
Use the auxilary queue instead

Fixes: e3118ad74d7e ("iwlwifi: mvm: support tdls in dqa mode")
Signed-off-by: Beni Lev <beni.lev@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/wireless/intel/iwlwifi/mvm/tx.c