aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2016-11-15 18:54:06 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2016-11-15 18:54:06 +0100
commitfa845e9978ed49538d8c9c501792a0505c79b7d9 (patch)
treeb95b154ca050ea08227fa92bca2fbd1c22348995 /target/linux/generic/files
parenta250556d27556ec94a8d800fd27be40c2de8139c (diff)
downloadupstream-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/linux/generic/files')
-rw-r--r--target/linux/generic/files/include/linux/ath9k_platform.h2
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 */