diff options
| author | Kalle Valo <kvalo@codeaurora.org> | 2016-07-18 22:50:44 +0300 |
|---|---|---|
| committer | Kalle Valo <kvalo@codeaurora.org> | 2016-07-18 22:50:44 +0300 |
| commit | cf8c581a0081364ab50e9d93678a778cc0fb1a0a (patch) | |
| tree | 41e04933e433ca7de70124f7afde9bd85514ed38 /include | |
| parent | 643d09f4618196d05ecf9b6987c890280ffac9d8 (diff) | |
| parent | c11e99396d0f77b5a6adc25f7c7bd84750194724 (diff) | |
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.h | 1 |
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); |
