mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-22 12:33:40 +00:00
rtl8188eu: Fix AP problem introduced in commit 954eab3
Two code lines were accidentally deleted in the commit noted in subject. Restore them. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
d77f695056
commit
3695d581c6
1 changed files with 3 additions and 0 deletions
|
@ -1114,6 +1114,9 @@ int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf, int len)
|
||||||
return _FAIL;
|
return _FAIL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* fix bug of flush_cam_entry at STOP AP mode */
|
||||||
|
psta->state |= WIFI_AP_STATE;
|
||||||
|
rtw_indicate_connect(padapter);
|
||||||
pmlmepriv->cur_network.join_res = true;/* for check if already set beacon */
|
pmlmepriv->cur_network.join_res = true;/* for check if already set beacon */
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue