From: Ben Cahill Date: Fri, 30 Oct 2009 21:36:09 +0000 (-0700) Subject: iwlagn: update write pointers for all tx queues after wakeup X-Git-Tag: v2.6.33-rc1~388^2~449^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2e61da29d92df864dc5eec81d774199b02d7023;p=pandora-kernel.git 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 Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed