|
@@ -6445,6 +6445,22 @@ typedef struct {
|
|
|
uint32_t channel;
|
|
|
} wmi_host_ath_dcs_cw_int;
|
|
|
|
|
|
+/**
|
|
|
+ * struct wmi_host_dcs_awgn_info:
|
|
|
+ * @channel_width : Channel width of interference
|
|
|
+ * @center_freq : Center frequency of primary channel
|
|
|
+ * @center_freq0 : Center frequency of segment 1
|
|
|
+ * @center_freq1 : Center frequency of segment 2
|
|
|
+ * @chan_bw_intf_bitmap: Per-20MHz interference bitmap
|
|
|
+ */
|
|
|
+struct wmi_host_dcs_awgn_info {
|
|
|
+ wmi_host_channel_width channel_width;
|
|
|
+ uint32_t center_freq;
|
|
|
+ uint32_t center_freq0;
|
|
|
+ uint32_t center_freq1;
|
|
|
+ uint32_t chan_bw_intf_bitmap;
|
|
|
+};
|
|
|
+
|
|
|
#define WMI_MAX_POWER_DBG_ARGS 8
|
|
|
|
|
|
/**
|