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)
commit96998e3a2f6aeb6e7d91f6b1ced98d4b903d75fd
treed57029884d2dbd6708af3ec16e029038c6b23523
parentaa51142fc5dee212ddcdab274b50cd541b7f2c49
cfg80211: remove unused wiphy argument from cfg80211_wext_freq()

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