Skip to content

Commit

Permalink
Lower linux kernel version in all places
Browse files Browse the repository at this point in the history
  • Loading branch information
a1akris committed Sep 19, 2023
1 parent 80d83c2 commit a208875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rtw_rf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit a208875

Please sign in to comment.