]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ath5k: honor FIF_BCN_PRBRESP_PROMISC in STA mode
authorBob Copeland <me@bobcopeland.com>
Wed, 29 Oct 2008 12:30:56 +0000 (08:30 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 29 Oct 2008 21:54:35 +0000 (17:54 -0400)
commit063279062a8c530cc90fb77797db16c49c905b26
treee94b82ead36e993d17f5a0635d23f0bc59b99041
parent7d19267b8d1e12c0baebf9be96e04cddffe63f67
ath5k: honor FIF_BCN_PRBRESP_PROMISC in STA mode

We were setting RX_FILTER_BEACON even after entering STA mode,
which leads to a lot of unnecessary wakeups.  This should fix the
bug "Ath5k driver has too many interrupts per second at idle" at
http://bugzilla.kernel.org/show_bug.cgi?id=11749.

Signed-off-by: Bob Copeland <me@bobcopeland.com>
Acked-by: Nick Kossifidis <mickflemm@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath5k/base.c