mac80211: ath9k: remove platform leds

These only work with and are useful with mach files. Now that those are
gone, this can go too.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17445
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Rosen Penev
2024-12-31 14:09:44 -08:00
committed by Robert Marko
parent e78dc2eae4
commit baf73daaac
5 changed files with 17 additions and 84 deletions

View File

@@ -47,9 +47,6 @@ struct ath9k_platform_data {
bool use_eeprom;
int num_leds;
const struct gpio_led *leds;
unsigned num_btns;
const struct gpio_keys_button *btns;
unsigned btn_poll_interval;