diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-11-15 18:54:06 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-11-15 18:54:06 +0100 |
commit | fa845e9978ed49538d8c9c501792a0505c79b7d9 (patch) | |
tree | b95b154ca050ea08227fa92bca2fbd1c22348995 /target | |
parent | a250556d27556ec94a8d800fd27be40c2de8139c (diff) | |
download | upstream-fa845e9978ed49538d8c9c501792a0505c79b7d9.tar.gz upstream-fa845e9978ed49538d8c9c501792a0505c79b7d9.tar.bz2 upstream-fa845e9978ed49538d8c9c501792a0505c79b7d9.zip |
ath9k: add support for the HSR tuner of the Ubiquiti UAP Outdoor+
Without setting the HSR to the selected channel, the WLAN of the UAP
Outdoor+ will exhibit high packet loss in RX.
Based-on-patch-by: Stefan Rompf <stefan@loplof.de>
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/files/include/linux/ath9k_platform.h | 2 |
1 files changed, 2 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 2c19f3b494..558445ff63 100644 --- a/target/linux/generic/files/include/linux/ath9k_platform.h +++ b/target/linux/generic/files/include/linux/ath9k_platform.h @@ -54,6 +54,8 @@ struct ath9k_platform_data { unsigned num_btns; const struct gpio_keys_button *btns; unsigned btn_poll_interval; + + bool ubnt_hsr; }; #endif /* _LINUX_ATH9K_PLATFORM_H */ |