From: Johannes Berg Date: Tue, 16 Nov 2010 19:51:38 +0000 (-0800) Subject: iwlagn: fix station powersave accounting for aggregation X-Git-Tag: v2.6.38-rc1~476^2~276^2^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e34034e8c9755ff144379d410d5227926e91cce;p=pandora-kernel.git iwlagn: fix station powersave accounting for aggregation Since aggregation queues are station-specific, the device will not reject packets in them but rather will stop the appropriate aggregation queues when a station goes to sleep. I forgot to account for this in the driver, so if a station went to sleep that had aggregation enabled, traffic would stop indefinitely. Fix this by only accounting frames queued on the normal AC queues for associated station. Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed