]> git.baikalelectronics.ru Git - kernel.git/commit
iwlagn: dont update bytecount table for command queue
authorJohannes Berg <johannes.berg@intel.com>
Thu, 28 Apr 2011 14:27:08 +0000 (07:27 -0700)
committerWey-Yi Guy <wey-yi.w.guy@intel.com>
Fri, 6 May 2011 17:46:07 +0000 (10:46 -0700)
commitf0716bd3836062b52426c3e613aa6e6a220e4047
treeb9383ab48a817554f24e241d9760a53e3542b5ff
parentf2a9568a1f076f8a2c1f8a8460ca1a1d318653d0
iwlagn: dont update bytecount table for command queue

The device doesn't use the bytecount table for the
command queue, only for aggregation queues to make
aggregation decisions. So don't update it for the
command queue (and we even updated it with wrong
values).

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
drivers/net/wireless/iwlwifi/iwl-agn-tx.c
drivers/net/wireless/iwlwifi/iwl-tx.c