From: Zhao, Gang Date: Wed, 9 Apr 2014 01:28:06 +0000 (+0800) Subject: cfg80211: remove unused wiphy argument from cfg80211_wext_freq() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~279^2^2~12^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96998e3a2f6aeb6e7d91f6b1ced98d4b903d75fd;p=pandora-kernel.git 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 [remove parameter instead of changing to netdev] Signed-off-by: Johannes Berg --- Reading git-diff-tree failed