--- zzzz-none-000/linux-5.4.213/include/linux/ath9k_platform.h 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/include/linux/ath9k_platform.h 2024-05-29 11:20:02.000000000 +0000 @@ -46,6 +46,15 @@ int (*external_reset)(void); bool use_eeprom; + + int num_leds; + const struct gpio_led *leds; + + unsigned num_btns; + const struct gpio_keys_button *btns; + unsigned btn_poll_interval; + + bool ubnt_hsr; }; #endif /* _LINUX_ATH9K_PLATFORM_H */