Explorar el Código

just missed me

Suleyman Poyraz hace 4 años
padre
commit
908588f31e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/rtw_wlan_util.c

+ 1 - 1
core/rtw_wlan_util.c

@@ -4757,7 +4757,7 @@ int rtw_dev_nlo_info_set(struct pno_nlo_info *nlo_info, pno_ssid_t *ssid,
 		return 0;
 	}
 
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(5, 0, 0))
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(5, 10, 0))
 	fs = get_fs();
 	set_fs(KERNEL_DS);
 #else