]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - net/wireless/scan.c
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)
commit1b8ec87aa077c527c9e3525e16098ca7efbc853d
tree5bc41e5194c59c88d3b27b637410c27c4a2a207e
parent308f7fcfdba47f24cd70cba978fd10fb4584e61c
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