]> git.baikalelectronics.ru Git - kernel.git/commit
iwlagn: reserve queue 10 for TX during scan dwell
authorJohannes Berg <johannes.berg@intel.com>
Sat, 23 Jul 2011 17:24:40 +0000 (10:24 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 8 Aug 2011 20:04:00 +0000 (16:04 -0400)
commitb89d6c05e954707ef8911185591975314bc5fbac
tree924b027e1a9e2d06e205d65c96aba005b740c9d5
parent7143113b5fb69e911011897444bad1abffde48c7
iwlagn: reserve queue 10 for TX during scan dwell

New uCode images will use queue 10 for TX
during scan (for P2P offchannel operation
scan). We'll bump the API version of those,
but before we need to reserve queue 10 and
stop using it for aggregation.

To simplify the code, always reserve it,
we could continue using it on older uCode
images but that'd be rather complicated.
Also, we'll set it up to map to the right
FIFO as needed later, but as we don't use
the queue now that doesn't hurt.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-agn-hw.h
drivers/net/wireless/iwlwifi/iwl-dev.h
drivers/net/wireless/iwlwifi/iwl-trans.c