ath5k: move beacon processing to a tasklet
authorBob Copeland <me@bobcopeland.com>
Sun, 15 Feb 2009 17:06:11 +0000 (12:06 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 27 Feb 2009 19:52:37 +0000 (14:52 -0500)
commitacf3c1a592a070edeede5dfa38c0ce3395357de0
tree742fde852e1ee02e1f7bc308f21f41ebcf4ee266
parentb5f03956c56d72ad336e5c2c42a025f25d952c30
ath5k: move beacon processing to a tasklet

We currently send beacons directly from the interrupt routine.  This
can hold up interrupt processing in beaconing modes and makes the
ISR somewhat more complex.  Move it to a tasklet like rx and tx.

Changes-licensed-under: 3-Clause-BSD

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