From 0c499f6068176c1139d5c6b7d89f454b03383453 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Thu, 7 Jan 2021 01:03:05 +0100 Subject: mac80211: convert UniFi Outdoor+ HSR support to OF Enable support for the Ubiquiti UniFi Outdoor+ RF filter via device-tree. The old way of using platform data is not required anymore, as it was only used on the now removed ar71xx target. Signed-off-by: David Bauer --- target/linux/generic/files/include/linux/ath9k_platform.h | 2 -- 1 file changed, 2 deletions(-) (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 f1f2ad419c..e210108568 100644 --- a/target/linux/generic/files/include/linux/ath9k_platform.h +++ b/target/linux/generic/files/include/linux/ath9k_platform.h @@ -53,8 +53,6 @@ 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