commit | 6d759b02f4121595bf4212662e73c26573dab61a | [log] [tgz] |
---|---|---|
author | Liad Kaufman <liad.kaufman@intel.com> | Mon May 15 18:26:33 2017 +0300 |
committer | Luca Coelho <luciano.coelho@intel.com> | Fri Jun 23 12:27:52 2017 +0300 |
tree | fe7454bda14fc15a1fcc86129593483230e1ae26 | |
parent | c00ee467b3bf73c9505b1ea308a263ae3c5aab5d [diff] |
iwlwifi: mvm: support TX on MONITOR iface When trying to TX through a monitor interface, the conditions in iwl_mvm_tx_skb_non_sta() don't match and the frame tries to go out from an usued TXQ. Add a check for monitor iface, and use the AUX queue in such a case. In non-DQA mode the frame is sent through the static-allocated queues anyway, so the problem is in DQA mode only. Signed-off-by: Liad Kaufman <liad.kaufman@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>