]> git.baikalelectronics.ru Git - kernel.git/commit
ath5k: Disable interrupts in ath5k_hw_get_tsf64
authorBruno Randolf <br1@einfach.org>
Mon, 27 Sep 2010 03:22:32 +0000 (12:22 +0900)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 28 Sep 2010 19:47:57 +0000 (15:47 -0400)
commit5ee4db86e9b425523fb186c2427d70daeba1c25b
tree7979dd5d8a894603389e42b513e6e19c4a6601ae
parent0d7ebedfb212fb2da51fe2a655061b1f6ac1c85b
ath5k: Disable interrupts in ath5k_hw_get_tsf64

The code in ath5k_hw_get_tsf64() is time critical and will return wrong results
if we get interrupted, so disable local interrupts.

Signed-off-by: Bruno Randolf <br1@einfach.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath5k/pcu.c