commit | 6041e2a08c50e3fcaf1e56422bfafda62c597cea | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Sun Aug 03 17:58:36 2008 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Aug 04 15:09:12 2008 -0400 |
tree | 515d1d222f9323232da46aa024cb38e707481a1f | |
parent | d06193f311102b2c990ec5f66b470ea49ecc73a4 [diff] |
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 <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>