ath10k: handle pdev_chan_info wmi event
Add handler to process bss channel information wmi event that will be received upon sending pdev_chan_info_request wmi command. Signed-off-by: Rajkumar Manoharan <rmanohar@qti.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:

committed by
Kalle Valo

parent
8a0b459e36
commit
89d2d183bb
@@ -6285,6 +6285,17 @@ struct wmi_pdev_temperature_event {
|
||||
__le32 temperature;
|
||||
} __packed;
|
||||
|
||||
struct wmi_pdev_bss_chan_info_event {
|
||||
__le32 freq;
|
||||
__le32 noise_floor;
|
||||
__le64 cycle_busy;
|
||||
__le64 cycle_total;
|
||||
__le64 cycle_tx;
|
||||
__le64 cycle_rx;
|
||||
__le64 cycle_rx_bss;
|
||||
__le32 reserved;
|
||||
} __packed;
|
||||
|
||||
/* WOW structures */
|
||||
enum wmi_wow_wakeup_event {
|
||||
WOW_BMISS_EVENT = 0,
|
||||
|
Reference in New Issue
Block a user