Ver Fonte

Lower linux kernel version in all places

a1akris há 2 anos atrás
pai
commit
a2088758e7
1 ficheiros alterados com 1 adições e 1 exclusões
  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];