mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-14 17:09:36 +00:00
rtl8188eu: Remove code not needed for kernel 60.0
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
e79b15cb79
commit
e488450b36
1 changed files with 0 additions and 7 deletions
|
@ -706,13 +706,6 @@ check_bss:
|
||||||
|
|
||||||
RTW_INFO(FUNC_ADPT_FMT" call cfg80211_roamed\n", FUNC_ADPT_ARG(padapter));
|
RTW_INFO(FUNC_ADPT_FMT" call cfg80211_roamed\n", FUNC_ADPT_ARG(padapter));
|
||||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0))
|
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0))
|
||||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 0, 0)
|
|
||||||
roam_info.channel = notify_channel;
|
|
||||||
roam_info.bssid = cur_network->network.MacAddress;
|
|
||||||
#else
|
|
||||||
roam_info.links[0].channel = notify_channel;
|
|
||||||
roam_info.links[0].bssid = cur_network->network.MacAddress;
|
|
||||||
#endif
|
|
||||||
roam_info.req_ie =
|
roam_info.req_ie =
|
||||||
pmlmepriv->assoc_req+sizeof(struct rtw_ieee80211_hdr_3addr)+2;
|
pmlmepriv->assoc_req+sizeof(struct rtw_ieee80211_hdr_3addr)+2;
|
||||||
roam_info.req_ie_len =
|
roam_info.req_ie_len =
|
||||||
|
|
Loading…
Reference in a new issue