cfg80211: properly name driver locking
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 7 Jul 2009 01:56:09 +0000 (03:56 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 10 Jul 2009 19:02:32 +0000 (15:02 -0400)
commit4d0c8aead32ecdbe1310ad473b3637991f560865
tree6d7bbfc1676e5cf4d21dd61fc5ace1c041622c2c
parentc1e6fb1aad0d4d4f032d46b6bab093a41c6c82bf
cfg80211: properly name driver locking

Currently we call that cfg80211_put_dev(), but that is
misleading. With the new convention of using 'rdev' for
registered_device variables, also call that function
cfg80211_unlock_rdev().

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/core.c
net/wireless/core.h
net/wireless/nl80211.c
net/wireless/scan.c