mac80211: annotate station rcu dereferences
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 6 Apr 2010 09:18:42 +0000 (11:18 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 6 Apr 2010 19:53:30 +0000 (15:53 -0400)
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 <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found