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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 982d2cd80166..a34f26a4ed18 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -3417,8 +3417,9 @@ void ieee80211_report_low_ack(struct ieee80211_sta *sta, u32 num_packets);
3417 * struct ieee80211_mutable_offsets - mutable beacon offsets 3417 * struct ieee80211_mutable_offsets - mutable beacon offsets
3418 * @tim_offset: position of TIM element 3418 * @tim_offset: position of TIM element
3419 * @tim_length: size of TIM element 3419 * @tim_length: size of TIM element
3420 * @csa_offs: array of IEEE80211_MAX_CSA_COUNTERS_NUM offsets to CSA counters. 3420 * @csa_counter_offs: array of IEEE80211_MAX_CSA_COUNTERS_NUM offsets
3421 * This array can contain zero values which should be ignored. 3421 * to CSA counters. This array can contain zero values which
3422 * should be ignored.
3422 */ 3423 */
3423struct ieee80211_mutable_offsets { 3424struct ieee80211_mutable_offsets {
3424 u16 tim_offset; 3425 u16 tim_offset;