From: Johannes Berg Date: Wed, 21 Jul 2010 09:30:27 +0000 (+0200) Subject: mac80211: proper IBSS locking X-Git-Tag: v2.6.36-rc1~571^2~107^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a17a33c0da37f8d24222c967550d19dabf13617;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed