diff options
Diffstat (limited to 'include/linux/ieee80211.h')
-rw-r--r-- | include/linux/ieee80211.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 8f80b3a93501..2a10acc65a54 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h | |||
@@ -673,6 +673,18 @@ struct ieee80211_channel_sw_ie { | |||
673 | } __packed; | 673 | } __packed; |
674 | 674 | ||
675 | /** | 675 | /** |
676 | * struct ieee80211_ext_chansw_ie | ||
677 | * | ||
678 | * This structure represents the "Extended Channel Switch Announcement element" | ||
679 | */ | ||
680 | struct ieee80211_ext_chansw_ie { | ||
681 | u8 mode; | ||
682 | u8 new_operating_class; | ||
683 | u8 new_ch_num; | ||
684 | u8 count; | ||
685 | } __packed; | ||
686 | |||
687 | /** | ||
676 | * struct ieee80211_tim | 688 | * struct ieee80211_tim |
677 | * | 689 | * |
678 | * This structure refers to "Traffic Indication Map information element" | 690 | * This structure refers to "Traffic Indication Map information element" |