OSDN Git Service

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)
commitccb6c1c0ec2b76a41c8c85747b1a671e71b97e64
treeb9383ab48a817554f24e241d9760a53e3542b5ff
parent4c2cde3b59d923d2952ef0accdde892e23b4997b
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