From fa845e9978ed49538d8c9c501792a0505c79b7d9 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 15 Nov 2016 18:54:06 +0100 Subject: 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 Signed-off-by: Matthias Schiffer --- target/linux/generic/files/include/linux/ath9k_platform.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/generic') 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 */ -- cgit v1.2.3