]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: don't warn on multiple packets when opening a queue
authorSara Sharon <sara.sharon@intel.com>
Wed, 13 Dec 2017 11:29:03 +0000 (13:29 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Wed, 20 Dec 2017 16:28:25 +0000 (18:28 +0200)
commita3475b2cf18ffb06e829f9aaf1a0e6a3b7915f3d
tree5c17abcec770b2ec84332a24441800e86c4e1311
parentd536175dc9c111e2c04f07bf23e43b658e700c30
iwlwifi: mvm: don't warn on multiple packets when opening a queue

When we have TSO enabled, we might end up segmenting it and
queuing multiple packets before the queue is even enabled.  This causes
a warning.

For example, when starting TCP traffic on a non-zero TID, the
first packets may not have DSCP and will be sent on TID 0, while
the actual data packets will be sent on the TID.

To prevent this, simply remove the warning.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/tx.c