From: Larry Finger Date: Sun, 3 Aug 2008 22:58:36 +0000 (-0500) Subject: p54: Fix potential concurrent access to private data X-Git-Tag: v2.6.27-rc2~2^2~4^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6041e2a08c50e3fcaf1e56422bfafda62c597cea;p=pandora-kernel.git p54: Fix potential concurrent access to private data Experience with the rtl8187 driver has shown that mac80211 can make calls to the config callback routine in rapid succession. This patch creates a mutex that protects the private data in several of the routines called by mac80211. Signed-off-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed