1. 19 10月, 2016 1 次提交
  2. 27 9月, 2016 4 次提交
  3. 23 9月, 2016 4 次提交
  4. 19 9月, 2016 18 次提交
  5. 16 9月, 2016 12 次提交
  6. 15 9月, 2016 1 次提交
    • B
      iwlwifi: mvm: update TX queue before making a copy of the skb · 54c5ef2e
      Beni Lev 提交于
      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 5c08b0f5 ("iwlwifi: mvm: don't override the rate with the AMSDU len")
      Cc: stable@vger.kernel.org # v4.6+
      Signed-off-by: NBeni Lev <beni.lev@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      54c5ef2e