hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/drivers/net/wireless/intersil/hostap/hostap.h
....@@ -8,8 +8,10 @@
88 #include "hostap_wlan.h"
99 #include "hostap_ap.h"
1010
11
-static const long freq_list[] = { 2412, 2417, 2422, 2427, 2432, 2437, 2442,
12
- 2447, 2452, 2457, 2462, 2467, 2472, 2484 };
11
+static const long __maybe_unused freq_list[] = {
12
+ 2412, 2417, 2422, 2427, 2432, 2437, 2442,
13
+ 2447, 2452, 2457, 2462, 2467, 2472, 2484
14
+};
1315 #define FREQ_COUNT ARRAY_SIZE(freq_list)
1416
1517 /* hostap.c */