aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r--include/net/mac80211.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 5b0fff2178bb..08e97e5d03fd 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -219,7 +219,7 @@ enum ieee80211_bss_change {
219 * @basic_rates: bitmap of basic rates, each bit stands for an 219 * @basic_rates: bitmap of basic rates, each bit stands for an
220 * index into the rate table configured by the driver in 220 * index into the rate table configured by the driver in
221 * the current band. 221 * the current band.
222 * @mcast_rate: multicast rate for AP and Ad-Hoc (in 100 kbps) 222 * @mcast_rate: per-band multicast rate index + 1 (0: disabled)
223 * @bssid: The BSSID for this BSS 223 * @bssid: The BSSID for this BSS
224 * @enable_beacon: whether beaconing should be enabled or not 224 * @enable_beacon: whether beaconing should be enabled or not
225 * @channel_type: Channel type for this BSS -- the hardware might be 225 * @channel_type: Channel type for this BSS -- the hardware might be
@@ -259,7 +259,7 @@ struct ieee80211_bss_conf {
259 u16 assoc_capability; 259 u16 assoc_capability;
260 u64 timestamp; 260 u64 timestamp;
261 u32 basic_rates; 261 u32 basic_rates;
262 u32 mcast_rate; 262 int mcast_rate[IEEE80211_NUM_BANDS];
263 u16 ht_operation_mode; 263 u16 ht_operation_mode;
264 s32 cqm_rssi_thold; 264 s32 cqm_rssi_thold;
265 u32 cqm_rssi_hyst; 265 u32 cqm_rssi_hyst;