]> 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)
commit7781a8f9afd63c5e7bf639c6dd76f1ea2ad1cb11
treefb29f1b907c2825d235e83aa09dd948109b68e7d
parentcd49c8f1d432cb7f355bd4f4544584c03d4e81fc
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