ath9k_htc: Lock sta_notify() callback
authorSujith.Manoharan@atheros.com <Sujith.Manoharan@atheros.com>
Tue, 11 May 2010 10:54:38 +0000 (16:24 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 12 May 2010 20:39:05 +0000 (16:39 -0400)
commit05a30f9cf2a57ebbb2b616b5394e06b893179f13
tree460405945f816f5a85e6aeab41b314fd3d813de5
parent9feaddc77b2a2ee460f39d1420f9675db972659e
ath9k_htc: Lock sta_notify() callback

Since ->sta_notify() can sleep, protect
the callback with a mutex.

Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/htc_drv_main.c