cfg80211: remove unused wiphy argument from cfg80211_wext_freq()
authorZhao, Gang <gamerh2o@gmail.com>
Wed, 9 Apr 2014 01:28:06 +0000 (09:28 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 10 Apr 2014 08:06:19 +0000 (10:06 +0200)
cfg80211_wext_freq() is declared in wext-compat.h, but its
parameter struct wiphy's declaration is not included there.
As the parameter isn't used, just remove it.

Signed-off-by: Zhao, Gang <gamerh2o@gmail.com>
[remove parameter instead of changing to netdev]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/ibss.c
net/wireless/scan.c
net/wireless/wext-compat.c
net/wireless/wext-compat.h
net/wireless/wext-sme.c

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge