wcn36xx: handle new hal response format
[deliverable/linux.git] / drivers / net / wireless / ath / wcn36xx / smd.h
index 008d03423dbf460fc3316924147a872552d47a94..8361f9e3995bfef0ec7034796a5a95841d043ca3 100644 (file)
@@ -44,6 +44,15 @@ struct wcn36xx_fw_msg_status_rsp {
        u32     status;
 } __packed;
 
+/* wcn3620 returns this for tigger_ba */
+
+struct wcn36xx_fw_msg_status_rsp_v2 {
+       u8      bss_id[6];
+       u32     status __packed;
+       u16     count_following_candidates __packed;
+       /* candidate list follows */
+};
+
 struct wcn36xx_hal_ind_msg {
        struct list_head list;
        u8 *msg;
This page took 0.052554 seconds and 5 git commands to generate.