From 1d74d2dfb6f31c857f946fc25b80f8acce2b9fa6 Mon Sep 17 00:00:00 2001 From: spuligil Date: Sat, 3 Sep 2022 18:01:09 -0700 Subject: [PATCH] fw-api: CL 19472001 - update fw common interface files Change-Id: Ic33c3127e914c694208178ddd1bb947843e6c45b WMI: change sp_start_offset field from unsigned to signed CRs-Fixed: 2262693 --- fw/wmi_unified.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index d770bff19e..f2250464b1 100644 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -34274,7 +34274,7 @@ typedef struct { A_UINT32 dialog_id; /* TWT dialog ID */ A_UINT32 suspend_duration_ms; /* this long time after TWT paused the 1st SP will start (millisecond) */ A_UINT32 next_twt_size; /* Next TWT subfield Size, refer to IEEE 802.11ax section "9.4.1.60 TWT Information field" */ - A_UINT32 sp_start_offset; /* Next TWT service period will be offset by this time (microsecond) */ + A_INT32 sp_start_offset; /* Next TWT service period will be offset by this time (microsecond) */ } wmi_twt_nudge_dialog_cmd_fixed_param; /* status code of nudging TWT dialog */