diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-03-02 13:22:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-03-02 13:22:40 +0000 |
commit | a8c15c02048f4c5ebed45aa8693ed7e70bd0864d (patch) | |
tree | 63590764dae0d84ededee2dec2b605999a3ec4d8 /target/linux/generic/files/include | |
parent | c042adcf7415557c70e23b237bfabe86670f9603 (diff) | |
download | upstream-a8c15c02048f4c5ebed45aa8693ed7e70bd0864d.tar.gz upstream-a8c15c02048f4c5ebed45aa8693ed7e70bd0864d.tar.bz2 upstream-a8c15c02048f4c5ebed45aa8693ed7e70bd0864d.zip |
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
Diffstat (limited to 'target/linux/generic/files/include')
-rw-r--r-- | target/linux/generic/files/include/linux/ath9k_platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/files/include/linux/ath9k_platform.h b/target/linux/generic/files/include/linux/ath9k_platform.h index 30ce2165cb..823e5acf46 100644 --- a/target/linux/generic/files/include/linux/ath9k_platform.h +++ b/target/linux/generic/files/include/linux/ath9k_platform.h @@ -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 */ |