aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index bae8614a450f..88f15631701a 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -3128,11 +3128,13 @@ ieee80211_get_response_rate(struct ieee80211_supported_band *sband,
3128/** 3128/**
3129 * ieee80211_mandatory_rates - get mandatory rates for a given band 3129 * ieee80211_mandatory_rates - get mandatory rates for a given band
3130 * @sband: the band to look for rates in 3130 * @sband: the band to look for rates in
3131 * @scan_width: width of the control channel
3131 * 3132 *
3132 * This function returns a bitmap of the mandatory rates for the given 3133 * This function returns a bitmap of the mandatory rates for the given
3133 * band, bits are set according to the rate position in the bitrates array. 3134 * band, bits are set according to the rate position in the bitrates array.
3134 */ 3135 */
3135u32 ieee80211_mandatory_rates(struct ieee80211_supported_band *sband); 3136u32 ieee80211_mandatory_rates(struct ieee80211_supported_band *sband,
3137 enum nl80211_bss_scan_width scan_width);
3136 3138
3137/* 3139/*
3138 * Radiotap parsing functions -- for controlled injection support 3140 * Radiotap parsing functions -- for controlled injection support