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)
commit64ba893066528a03d7d21d7e187005748027a309
treefb29f1b907c2825d235e83aa09dd948109b68e7d
parentd4578ea810ce468fdb8e1b7014818c31db9be5e2
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