[ath5k-devel] [PATCH 2/5] ath5k: use tasklet_hi_schedule for beacon queue

2009-04-15 Thread Bob Copeland
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 m...@bobcopeland.com ---

Re: [ath5k-devel] [PATCH 2/5] ath5k: use tasklet_hi_schedule for beacon queue

2009-04-15 Thread Nick Kossifidis
2009/4/15 Bob Copeland m...@bobcopeland.com: 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