]> git.baikalelectronics.ru Git - kernel.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)
commitcf1fea9500cf101a79785b6266e2538d49d6d179
treee94b82ead36e993d17f5a0635d23f0bc59b99041
parent9dc44bda5a7b378c5b88715077e273dbed545749
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