iwlagn: update write pointers for all tx queues after wakeup
authorBen Cahill <ben.m.cahill@intel.com>
Fri, 30 Oct 2009 21:36:09 +0000 (14:36 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 2 Nov 2009 20:39:45 +0000 (15:39 -0500)
commitc2e61da29d92df864dc5eec81d774199b02d7023
tree5f71654092971eafc3edb0d6259825b9ce642471
parentc72cd19fab7983e97a1a41b7158e0b9f87a7fe96
iwlagn: update write pointers for all tx queues after wakeup

Wakeup interrupt has been updating write pointers (indexes, actually) only
for tx queues 0-5.  This is adequate just for 3945, but inadequate for other
devices, all of which have more tx queues.  Now updating all tx/command queues,
so device can be aware of all new tx and host commands enqueued while
device was asleep.

This can potentially improve data traffic bandwidth and/or latency.

Signed-off-by: Ben Cahill <ben.m.cahill@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-agn.c
This page took 0.024087 seconds and 5 git commands to generate.