commit | c266c71a9cbdccb40fb6f4c05d4ddaa6226e5eba | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Sun Apr 10 18:32:19 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Apr 12 16:59:27 2011 -0400 |
tree | c8efcb9c2f74d8a54e4ac8e12f80bb856a055291 | |
parent | 5b7916ad8c29da9f30fbf03a8b61862acdba00ce [diff] |
ath5k: reduce interrupt load caused by rx/tx interrupts While the rx/tx tasklet is pending, new unnecessary interrupts may arrive. Decrease the load by temporarily disabling the interrupts until the tasklet has completed. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>