]> git.ipfire.org Git - thirdparty/linux.git/commit - include/net/cfg80211.h
cfg80211: simplify cfg80211_can_beacon_sec_chan API
authorJohannes Berg <johannes.berg@intel.com>
Wed, 16 May 2012 21:50:17 +0000 (23:50 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 5 Jun 2012 19:32:16 +0000 (15:32 -0400)
commitd58e7e37aac0465b08527adadc8016421bd4060e
treee0a06894e131012e97a892704970ab0b8b1141f2
parent3d9e6e12077d2611749ba3145bc4934aae461425
cfg80211: simplify cfg80211_can_beacon_sec_chan API

Change cfg80211_can_beacon_sec_chan() to return true
if there is no secondary channel to simplify all the
current users of it. They all check the channel type
before calling the function because it returns false
if there's no secondary channel.

Also actually document the return value.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/cfg80211.h
net/mac80211/ibss.c
net/wireless/chan.c