|
@@ -6505,8 +6505,12 @@ static void wpas_p2p_clear_pending_action_tx(struct wpa_supplicant *wpa_s)
|
|
|
if (!offchannel_pending_action_tx(wpa_s))
|
|
|
return;
|
|
|
|
|
|
- if (wpa_s->p2p_send_action_work)
|
|
|
+ if (wpa_s->p2p_send_action_work) {
|
|
|
wpas_p2p_free_send_action_work(wpa_s);
|
|
|
+ eloop_cancel_timeout(wpas_p2p_send_action_work_timeout,
|
|
|
+ wpa_s, NULL);
|
|
|
+ offchannel_send_action_done(wpa_s);
|
|
|
+ }
|
|
|
|
|
|
wpa_printf(MSG_DEBUG, "P2P: Drop pending Action TX due to new "
|
|
|
"operation request");
|