]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: change registered device pointer name
authorZhao, Gang <gamerh2o@gmail.com>
Mon, 21 Apr 2014 04:53:02 +0000 (12:53 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 25 Apr 2014 15:32:56 +0000 (17:32 +0200)
commit4943a1e0054eea24c19f2609beb279920c5a31fe
tree5bc41e5194c59c88d3b27b637410c27c4a2a207e
parent300fa8bbf72e980448cd9e2489db4d94bb0cc912
cfg80211: change registered device pointer name

Name "dev" is too common and ambiguous, let all the pointer name
pointing to struct cfg80211_registered_device be "rdev". This can
improve code readability and consistency(since other places have
already called it rdev).

Signed-off-by: Zhao, Gang <gamerh2o@gmail.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/core.h
net/wireless/nl80211.c
net/wireless/scan.c