From: Johannes Berg Date: Tue, 6 Apr 2010 09:18:42 +0000 (+0200) Subject: mac80211: annotate station rcu dereferences X-Git-Tag: v2.6.34-rc5~25^2~20^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0379185b6c0d1e8252023698cf1091da92a3dc03;p=pandora-kernel.git mac80211: annotate station rcu dereferences The new RCU lockdep support warns about these in some contexts -- make it aware of the locks used to protect all this. Different locks are used in different contexts which unfortunately means we can't get perfect checking. Also remove rcu_dereference() from two places that don't actually dereference the pointers. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed