Skip to content

Commit cb7600a

Browse files
committed
nrf_wifi: Add missing declaration
Fix missing variable declaration. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent f22df42 commit cb7600a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/nrf_wifi/hw_if/hal/inc/hal_structs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ struct nrf_wifi_hal_dev_ctx {
247247
/** RPU wake up now asserted flag */
248248
bool is_wakeup_now_asserted;
249249
/** RPU wake up now asserted time */
250+
unsigned long last_wakeup_now_asserted_time_ms;
251+
/** RPU wake up now asserted time */
250252
unsigned long last_wakeup_now_deasserted_time_ms;
251253
/** RPU sleep opp time */
252254
unsigned long last_rpu_sleep_opp_time_ms;

0 commit comments

Comments
 (0)