ath9k: Allow configuration of LED polarity in platform data.

Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>

SVN-Revision: 47910
This commit is contained in:
John Crispin
2015-12-17 09:27:24 +00:00
parent 4a4b0b82ec
commit 932bc8d5eb
3 changed files with 24 additions and 3 deletions

View File

@@ -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);