From: Hante Meuleman Date: Sat, 10 Aug 2013 10:27:23 +0000 (+0200) Subject: brcmfmac: no fws locking outside fws module. X-Git-Tag: v3.12-rc1~132^2~84^2^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f4f910fdc3b9eff06a007ab28762cd3d6720d51;p=pandora-kernel.git brcmfmac: no fws locking outside fws module. FWS uses locking to protect its data while being called from various entries. On bus_txdata the lock was kept resulting in unnecessary long locking, but also creating possibility for deadlock. This update changes the locking to release lock when bus_txdata is called. Reviewed-by: Arend Van Spriel Reviewed-by: Pieter-Paul Giesberts Signed-off-by: Hante Meuleman Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed