commit | acf3c1a592a070edeede5dfa38c0ce3395357de0 | [log] [tgz] |
---|---|---|
author | Bob Copeland <me@bobcopeland.com> | Sun Feb 15 12:06:11 2009 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Feb 27 14:52:37 2009 -0500 |
tree | 742fde852e1ee02e1f7bc308f21f41ebcf4ee266 | |
parent | b5f03956c56d72ad336e5c2c42a025f25d952c30 [diff] |
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>