ソースを参照

just missed me

Suleyman Poyraz 4 年 前
コミット
908588f31e
1 ファイル変更1 行追加1 行削除
  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