commit | 183eeb985a2cdbf37c7850c5e8e99cc1cc26901f | [log] [tgz] |
---|---|---|
author | Arend van Spriel <arend@broadcom.com> | Tue Aug 23 14:13:57 2011 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Aug 23 13:10:14 2011 -0700 |
tree | 6d41f1c842c6bdd72e97fb6ad21e1aded672c269 | |
parent | 60be7ec5099cee40f40b0fbb75ea4396016a5231 [diff] |
staging: brcm80211: fix rtnl_lock issue when bringing down brcmfmac When bringing down the netdevice interface a deadlock occurred sporadically due to the rtnl_lock being held by a task that was waiting for another task trying to get the lock. This patch fixes that issue. Reviewed-by: Franky (Zhenhui) Lin <frankyl@broadcom.com> Reviewed-by: Roland Vossen <rvossen@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>