diff options
author | David Bauer <mail@david-bauer.net> | 2021-01-07 01:03:05 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-02-01 00:47:36 +0100 |
commit | 0c499f6068176c1139d5c6b7d89f454b03383453 (patch) | |
tree | 9e4b6172a6484f28cde7926a22bb3ebbef7e3ca4 /target/linux | |
parent | cbedb5de75440b336072ee32bf97a81fac529a6a (diff) | |
download | upstream-0c499f6068176c1139d5c6b7d89f454b03383453.tar.gz upstream-0c499f6068176c1139d5c6b7d89f454b03383453.tar.bz2 upstream-0c499f6068176c1139d5c6b7d89f454b03383453.zip |
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 <mail@david-bauer.net>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/files/include/linux/ath9k_platform.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |