]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: add missing locking around ath9k_hw_proc_mib_event
authorFelix Fietkau <nbd@openwrt.org>
Tue, 12 Oct 2010 14:08:03 +0000 (16:08 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 15 Oct 2010 19:48:44 +0000 (15:48 -0400)
commit50168e68d1ba8b33ddd2b47182f43af3df3bda25
tree7a77584f2324bfbe9745932e89ce0f84d5f649bf
parent2bca1eec2a89c78a1d9eaf673d6f307f32817c98
ath9k: add missing locking around ath9k_hw_proc_mib_event

ath9k_hw_proc_mib_event updates the cycle counters, so it common->cc_lock
must be acquired.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/main.c