mwifiex: 11h handling for AP interface
[cascardo/linux.git] / drivers / net / wireless / mwifiex / decl.h
index 68aed4e..88d0ead 100644 (file)
@@ -248,4 +248,9 @@ struct mwifiex_radar_params {
        struct cfg80211_chan_def *chandef;
        u32 cac_time_ms;
 } __packed;
+
+struct mwifiex_11h_intf_state {
+       bool is_11h_enabled;
+       bool is_11h_active;
+} __packed;
 #endif /* !_MWIFIEX_DECL_H_ */