AA: generic: allow to disable [25]GHz support in ath9k via platform data
[12.09/openwrt.git] / target / linux / generic / files / include / linux / ath9k_platform.h
index 15b9137..53b25d2 100644 (file)
@@ -31,6 +31,9 @@ struct ath9k_platform_data {
 
        bool endian_check;
        bool is_clk_25mhz;
+       bool disable_2ghz;
+       bool disable_5ghz;
+
        int (*get_mac_revision)(void);
        int (*external_reset)(void);