commit | d58e7e37aac0465b08527adadc8016421bd4060e | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed May 16 23:50:17 2012 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jun 05 15:32:16 2012 -0400 |
tree | e0a06894e131012e97a892704970ab0b8b1141f2 | |
parent | 3d9e6e12077d2611749ba3145bc4934aae461425 [diff] |
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>