ath5k: use tasklet_hi_schedule for beacon queue
authorBob Copeland <me@bobcopeland.com>
Wed, 15 Apr 2009 11:57:33 +0000 (07:57 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 22 Apr 2009 20:57:14 +0000 (16:57 -0400)
commit56d2ac763829d2443075e8266dd00166ee11c80d
tree8d4fa4c1a7ba2437a83084a39654f059e963098d
parent77ded01cc25744245c58a369d24e251833e995bd
ath5k: use tasklet_hi_schedule for beacon queue

For embedded platforms, beacon transmission can be starved when
flooded with data packets.  Prioritize beacons by giving the beacon
queue the first shot when the isr completes.

Changes-licensed-under: 3-Clause-BSD

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/ath/ath5k/base.c