]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd78eac89f72b62bff75b996ea8f8bc6bce33aa07
treed57029884d2dbd6708af3ec16e029038c6b23523
parent242b4d7c01fb6a25d5fb4706fd583faa51d00e8f
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