From: Johannes Berg Date: Tue, 16 Nov 2010 19:51:04 +0000 (-0800) Subject: iwlagn: remove powersave warning X-Git-Tag: v2.6.38-rc1~476^2~276^2^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67158b67cea0c92dba1dda74cde926d149cc1a2e;p=pandora-kernel.git iwlagn: remove powersave warning Through races, a packet may be enqueued for transmission to a station while that station is going to sleep, in which case the warning here triggers. Instead of warning, check the condition -- if this packet is not a PS-poll response then we still enqueue it but it will be rejected by the device since the station is marked as asleep. Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed