mac80211: support extended channel switch
[carl9170fw.git] / include / linux / ieee80211.h
index d47a1ea0d9d2cdfabd5f71b07714263a04bf2eb3..efb19c6222fba2c8e7b1ac452be0288866819372 100644 (file)
@@ -680,6 +680,18 @@ struct ieee80211_channel_sw_ie {
        u8 count;
 } __packed;
 
+/**
+ * struct ieee80211_ext_chansw_ie
+ *
+ * This structure represents the "Extended Channel Switch Announcement element"
+ */
+struct ieee80211_ext_chansw_ie {
+       u8 mode;
+       u8 new_operating_class;
+       u8 new_ch_num;
+       u8 count;
+} __packed;
+
 /**
  * struct ieee80211_tim
  *