cfg80211: get rid of name indirection trick for ieee80211_get_channel()
authorArend Van Spriel <arend.vanspriel@broadcom.com>
Thu, 17 Nov 2016 12:48:53 +0000 (12:48 +0000)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 13 Dec 2016 15:04:56 +0000 (16:04 +0100)
commit543b921b475ad2e1897d5e7784437af238b33705
treed3838f46a702631c08e62207f00f08a4c70c0f72
parent74204f8fa117e7d0fa1d1a7a57c3c97df83ad418
cfg80211: get rid of name indirection trick for ieee80211_get_channel()

The comment on the name indirection suggested an issue but turned out
to be untrue. Digging in older kernel version showed issue with ipw2x00
but that is no longer true so get rid on the name indirection.

Signed-off-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/ath/ath10k/htt_rx.c
drivers/net/wireless/marvell/mwifiex/cfg80211.c
include/net/cfg80211.h
net/wireless/util.c