]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: trans: make aggregation explicit for TX queue handling
authorJohannes Berg <johannes.berg@intel.com>
Fri, 1 Aug 2014 11:33:46 +0000 (13:33 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 3 Sep 2014 19:49:06 +0000 (22:49 +0300)
commitd8a99551ff4b0919f9578f440a49c0bdc8906b1e
treefb29f1b907c2825d235e83aa09dd948109b68e7d
parentbc07087eeaa96324b9b515fc43df5050a7a64cea
iwlwifi: trans: make aggregation explicit for TX queue handling

Currently a valid sta_id is assumed to mean that the queue is
meant to also be aggregated, but that assumption will not be
true in the future, so don't make it in the lower level but
only in the inline wrapper.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/iwl-trans.h
drivers/net/wireless/iwlwifi/pcie/tx.c