mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-23 21:13:41 +00:00
rtl8188eu: Revert one of the changes for 5.19.2
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
96c88129ba
commit
7a7c5e0c0b
1 changed files with 1 additions and 1 deletions
|
@ -706,7 +706,7 @@ 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(5, 19, 2)
|
#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 0, 0)
|
||||||
roam_info.channel = notify_channel;
|
roam_info.channel = notify_channel;
|
||||||
roam_info.bssid = cur_network->network.MacAddress;
|
roam_info.bssid = cur_network->network.MacAddress;
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue