linux/drivers/net/wireless/intel
Beni Lev 54c5ef2e93 iwlwifi: mvm: update TX queue before making a copy of the skb
Off-channel action frames (such as ANQP frames) must be sent either on
the AUX queue or on the offchannel queue, otherwise the firmware will
cause a SYSASSERT.

In the current implementation, the queue to be used is correctly set in
the original skb, but this is done after it is copied.  Thus the copy
remains with the original, incorrect queue.

Fix this by setting the queue in the original skb before copying it.

Fixes: commit 5c08b0f502 ("iwlwifi: mvm: don't override the rate with the AMSDU len")
Cc: stable@vger.kernel.org # v4.6+
Signed-off-by: Beni Lev <beni.lev@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
2016-09-15 18:35:20 +03:00
..
ipw2x00 wireless: ipw2200: fix old-style declaration 2016-06-29 18:56:21 +03:00
iwlegacy mac80211: Add support for beacon report radio measurement 2016-07-06 14:53:19 +02:00
iwlwifi iwlwifi: mvm: update TX queue before making a copy of the skb 2016-09-15 18:35:20 +03:00
Kconfig
Makefile