commit | 4d0c8aead32ecdbe1310ad473b3637991f560865 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Tue Jul 07 03:56:09 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jul 10 15:02:32 2009 -0400 |
tree | 6d7bbfc1676e5cf4d21dd61fc5ace1c041622c2c | |
parent | c1e6fb1aad0d4d4f032d46b6bab093a41c6c82bf [diff] |
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>