From: Roland Vossen Date: Wed, 23 Feb 2011 11:48:52 +0000 (+0100) Subject: staging: brcm80211: removed locks around Mac80211 calls X-Git-Tag: v2.6.39-rc1~469^2~448 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e34870f828f8d9b7e2205c632cbc135a76f7dde6;p=pandora-kernel.git staging: brcm80211: removed locks around Mac80211 calls A spinlock was acquired prior to calling the Mac80211 functions ieee80211_wake_queues() and ieee80211_stop_queues() and Cfg80211 functions wiphy_rfkill_set_hw_state() and wiphy_rfkill_start_polling(). This is not required and could even lead to instability. Therefore the locks were removed. Signed-off-by: Roland Vossen Reviewed-by: Arend van Spriel Reviewed-by: Brett Rudley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed