Skip to content

Commit 9f9325b

Browse files
fengming-yekartben
authored andcommitted
drivers: wifi: nxp: add cancel action wait ops
Add cancel action wait ops to cancel remain on channel after TX on specific channel, in case we need to remain on another channel later. Signed-off-by: Fengming Ye <[email protected]>
1 parent 371ca13 commit 9f9325b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/wifi/nxp/nxp_wifi_drv.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,6 +1732,7 @@ static const struct zep_wpa_supp_dev_ops nxp_wifi_drv_ops = {
17321732
.dpp_listen = wifi_nxp_wpa_dpp_listen,
17331733
.remain_on_channel = wifi_nxp_wpa_supp_remain_on_channel,
17341734
.cancel_remain_on_channel = wifi_nxp_wpa_supp_cancel_remain_on_channel,
1735+
.send_action_cancel_wait = wifi_nxp_wpa_supp_cancel_action_wait,
17351736
};
17361737
#endif
17371738

0 commit comments

Comments
 (0)