commit | b381fa3229a30f6d7b0e6053314c4a5378c9389d | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Thu Apr 12 22:35:58 2012 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Apr 16 14:19:28 2012 -0400 |
tree | dc699d531cc66394aa658ae458fc0545e5e56a7b | |
parent | 7b27ba4e9c8053ca73e2b21ece804f7e80c07ba3 [diff] |
ath9k: optimize the hardware hang check Since it's only called when beacons are stuck, move it to the SWBA handler tasklet, to avoid doing redundant checks on every single interrupt. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>