Skip to content

Commit

Permalink
[noup] zephyr: Remove the duplicated associate for STA
Browse files Browse the repository at this point in the history
dev_ops->associate is used for IEEE80211_MODE_INFRA mode,
and it's duplicated, which may cause the first connection
is interrupted by the second association, so just remove
the duplicated one.

Signed-off-by: Maochen Wang <[email protected]>
  • Loading branch information
MaochenWang1 authored and jukkar committed May 31, 2024
1 parent 09f7193 commit 93dac95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/drivers/driver_zephyr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,6 @@ static int wpa_drv_zep_associate(void *priv,
goto out;
}

ret = dev_ops->associate(if_ctx->dev_priv, params);
if (ret) {
wpa_printf(MSG_ERROR, "%s: associate op failed", __func__);
goto out;
Expand Down

0 comments on commit 93dac95

Please sign in to comment.