commit | 56d2ac763829d2443075e8266dd00166ee11c80d | [log] [tgz] |
---|---|---|
author | Bob Copeland <me@bobcopeland.com> | Wed Apr 15 07:57:33 2009 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Apr 22 16:57:14 2009 -0400 |
tree | 8d4fa4c1a7ba2437a83084a39654f059e963098d | |
parent | 77ded01cc25744245c58a369d24e251833e995bd [diff] |
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>