mac80211: ath9k: enable platform WLAN LED name

Enable platform-supplied WLAN LED name for ath9k device.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Acked-by: Hartmut Knaack <knaack.h@gmx.de>

SVN-Revision: 48879
This commit is contained in:
Felix Fietkau
2016-03-02 13:22:40 +00:00
parent c042adcf74
commit a8c15c0204
4 changed files with 64 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ struct ath9k_platform_data {
int num_leds;
const struct gpio_led *leds;
const char *led_name;
};
#endif /* _LINUX_ATH9K_PLATFORM_H */