kernel/drivers/net/wireless/intersil/hostap/hostap.h
.. .. @@ -8,8 +8,10 @@ 8 8 #include "hostap_wlan.h" 9 9 #include "hostap_ap.h" 10 10 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, 248414 +};13 15 #define FREQ_COUNT ARRAY_SIZE(freq_list) 14 16 15 17 /* hostap.c */