]> git.baikalelectronics.ru Git - kernel.git/commit
ath6kl: Protect ath6kl_cfg80211_vif_cleanup using rtnl_locks
authorMohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
Fri, 22 Feb 2013 14:50:09 +0000 (20:20 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Tue, 5 Mar 2013 07:41:54 +0000 (09:41 +0200)
commit54547a1ff5295c3e40db174669253249f54fd538
tree343aecbe1828f22b8f2d3146bc433e63e0781ad2
parent82535282c4e05a75bba0878d2a715c523ac998b7
ath6kl: Protect ath6kl_cfg80211_vif_cleanup using rtnl_locks

ath6kl_cfg80211_vif_cleanup calls 'unregister_netdevice' which
inturn calls 'unregister_netdevice_queue' and it requires holding
rtnl_lock semaphore protection.

Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/cfg80211.c