Browse Source

Lower linux kernel version in all places

a1akris 2 years ago
parent
commit
a2088758e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/rtw_rf.h

+ 1 - 1
include/rtw_rf.h

@@ -173,7 +173,7 @@ struct regd_exc_ent {
 	_list list;
 	char country[2];
 	u8 domain;
-	#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 5, 1))
+	#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0))
 	char regd_name[];
 	#else
 	char regd_name[0];