Loading include/net/cfg80211.h +3 −3 Original line number Diff line number Diff line Loading @@ -3365,7 +3365,7 @@ void cfg80211_report_obss_beacon(struct wiphy *wiphy, * @chan: main channel * @channel_type: HT mode */ int cfg80211_can_beacon_sec_chan(struct wiphy *wiphy, bool cfg80211_can_beacon_sec_chan(struct wiphy *wiphy, struct ieee80211_channel *chan, enum nl80211_channel_type channel_type); Loading net/wireless/chan.c +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ rdev_freq_to_chan(struct cfg80211_registered_device *rdev, return chan; } int cfg80211_can_beacon_sec_chan(struct wiphy *wiphy, bool cfg80211_can_beacon_sec_chan(struct wiphy *wiphy, struct ieee80211_channel *chan, enum nl80211_channel_type channel_type) { Loading Loading
include/net/cfg80211.h +3 −3 Original line number Diff line number Diff line Loading @@ -3365,7 +3365,7 @@ void cfg80211_report_obss_beacon(struct wiphy *wiphy, * @chan: main channel * @channel_type: HT mode */ int cfg80211_can_beacon_sec_chan(struct wiphy *wiphy, bool cfg80211_can_beacon_sec_chan(struct wiphy *wiphy, struct ieee80211_channel *chan, enum nl80211_channel_type channel_type); Loading
net/wireless/chan.c +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ rdev_freq_to_chan(struct cfg80211_registered_device *rdev, return chan; } int cfg80211_can_beacon_sec_chan(struct wiphy *wiphy, bool cfg80211_can_beacon_sec_chan(struct wiphy *wiphy, struct ieee80211_channel *chan, enum nl80211_channel_type channel_type) { Loading