mirror of
https://github.com/aircrack-ng/rtl8188eus.git
synced 2026-01-11 16:41:10 +00:00
build for debian LTS fix
This commit is contained in:
@@ -9644,7 +9644,7 @@ void rtw_wdev_unregister(struct wireless_dev *wdev)
|
||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 11, 0)) || defined(COMPAT_KERNEL_RELEASE)
|
||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 19, 0))
|
||||
if (wdev->connected) {
|
||||
#elif
|
||||
#else
|
||||
if (wdev->current_bss) {
|
||||
#endif
|
||||
RTW_INFO(FUNC_ADPT_FMT" clear current_bss by cfg80211_disconnected\n", FUNC_ADPT_ARG(adapter));
|
||||
|
||||
Reference in New Issue
Block a user