aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-12-17 09:27:24 +0000
committerJohn Crispin <blogic@openwrt.org>2015-12-17 09:27:24 +0000
commit80973b203d226a2a79722b0c8f67e19cf6691b0f (patch)
tree111afacad7bf2c4e63303a91461084e428c2ef03 /target/linux/generic
parente0a2c881644d7485d42977c99634d7258adaffa5 (diff)
downloadmaster-187ad058-80973b203d226a2a79722b0c8f67e19cf6691b0f.tar.gz
master-187ad058-80973b203d226a2a79722b0c8f67e19cf6691b0f.tar.bz2
master-187ad058-80973b203d226a2a79722b0c8f67e19cf6691b0f.zip
ath9k: Allow configuration of LED polarity in platform data.
Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47910 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic')
-rw-r--r--target/linux/generic/files/include/linux/ath9k_platform.h1
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 9fa70167e6..30ce2165cb 100644
--- a/target/linux/generic/files/include/linux/ath9k_platform.h
+++ b/target/linux/generic/files/include/linux/ath9k_platform.h
@@ -36,6 +36,7 @@ struct ath9k_platform_data {
bool tx_gain_buffalo;
bool disable_2ghz;
bool disable_5ghz;
+ bool led_active_high;
int (*get_mac_revision)(void);
int (*external_reset)(void);