commit | 7a17a33c0da37f8d24222c967550d19dabf13617 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Jul 21 11:30:27 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jul 21 15:13:42 2010 -0400 |
tree | 14e736fd4add85528d24c62b0b9268dde0d87eab | |
parent | bc05d19f4b884b1dbbce48912710ae3f972c89d2 [diff] |
mac80211: proper IBSS locking IBSS has never had locking, instead relying on some memory barriers etc. That's hard to get right, and I think we had it wrong too until the previous patch. Since this is not performance sensitive, it doesn't make sense to have the maintenance overhead of that, so add proper locking. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>