mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 14:33:05 +00:00
rtl8188eu: Rename get_WLAN_BSSID_EX_sz
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
89552a85d0
commit
5d615fab61
5 changed files with 16 additions and 16 deletions
|
@ -9066,7 +9066,7 @@ static s32 createpseudoadhoc(struct adapter *padapter)
|
|||
/* 3 join psudo AdHoc */
|
||||
pcur_network->join_res = 1;
|
||||
pcur_network->aid = psta->aid = 1;
|
||||
memcpy(&pcur_network->network, pdev_network, get_WLAN_BSSID_EX_sz(pdev_network));
|
||||
memcpy(&pcur_network->network, pdev_network, get_wlan_bssid_ex_sz(pdev_network));
|
||||
{
|
||||
u8 val8;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue