]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: Enable TIM timer interrupt only when needed.
authorSenthil Balasubramanian <senthilkumar@atheros.com>
Wed, 3 Feb 2010 17:21:13 +0000 (22:51 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 8 Feb 2010 21:50:54 +0000 (16:50 -0500)
commit8671133cb2fb6704c0401a3da122b78802f9f896
treed630236500fd928c51d78dae71febf49ea26ba5c
parentc2daa4096fb5a2dcba9a194ac16db0f2f70771cf
ath9k: Enable TIM timer interrupt only when needed.

The TIM timer interrupt is enabled even before the ACK of nullqos
is received which is unnecessary.

Also clean up the CONF_PS part of config callback properly for
better readability.

Signed-off-by: Senthil Balasubramanian <senthilkumar@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/main.c
drivers/net/wireless/ath/ath9k/xmit.c