Skip to content

Commit f489670

Browse files
muahmed-silabskartben
authored andcommitted
drivers: wifi: siwx91x: Add twt_retry_interval
Added twt_retry_interval (set to 5, the minimum required value by 917) Signed-off-by: Muzaffar Ahmed <[email protected]>
1 parent e72b073 commit f489670

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/wifi/siwx91x/siwx91x_wifi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,6 +1510,7 @@ static int siwx91x_set_twt_setup(struct wifi_twt_params *params)
15101510
int twt_req_type = siwx91x_convert_z_sl_twt_req_type(params->setup_cmd);
15111511

15121512
sl_wifi_twt_request_t twt_req = {
1513+
.twt_retry_interval = 5,
15131514
.wake_duration_unit = 0,
15141515
.wake_int_mantissa = params->setup.twt_mantissa,
15151516
.un_announced_twt = !params->setup.announce,

0 commit comments

Comments
 (0)