aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKalle Valo <kvalo@codeaurora.org>2016-07-18 22:50:44 +0300
committerKalle Valo <kvalo@codeaurora.org>2016-07-18 22:50:44 +0300
commitcf8c581a0081364ab50e9d93678a778cc0fb1a0a (patch)
tree41e04933e433ca7de70124f7afde9bd85514ed38 /include
parentMerge tag 'iwlwifi-next-for-kalle-2016-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next (diff)
parentath10k: fix possible wrong rx_busy time reporting in QCA4019 (diff)
downloadlinux-dev-cf8c581a0081364ab50e9d93678a778cc0fb1a0a.tar.xz
linux-dev-cf8c581a0081364ab50e9d93678a778cc0fb1a0a.zip
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
ath.git patches for 4.8. Major changes: ath10k * enable support for QCA9888
Diffstat (limited to 'include')
-rw-r--r--include/linux/ath9k_platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ath9k_platform.h b/include/linux/ath9k_platform.h
index e66153d60bd5..76860a461ed2 100644
--- a/include/linux/ath9k_platform.h
+++ b/include/linux/ath9k_platform.h
@@ -40,6 +40,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);