diff options
| author | Rosen Penev | 2024-07-15 05:59:08 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-10-19 15:30:50 +0000 |
| commit | 0bed8fd50cc05a28cc203d62dbbb6ce7e76084e2 (patch) | |
| tree | 47ba74d93f955b0daf469e533d6a3e21c53852db | |
| parent | e80b596c58b361c76491b4ec1bd8865d2ccefe7e (diff) | |
| download | openwrt-0bed8fd50cc05a28cc203d62dbbb6ce7e76084e2.tar.gz | |
ath79: apply qca,tx-gain-buffalo
It seems this was only used by one device in ar71xx. Might as well
reapply it.
Make use of the separate TX gain table for WZR-HP-G450H:
https://github.com/torvalds/linux/commit/0f978bfaf2600040f9826f394eb12e023bef3068
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/15949
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/ath79/dts/ar7242_buffalo_wzr-hp-g450h.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar7242_buffalo_wzr-hp-g450h.dts b/target/linux/ath79/dts/ar7242_buffalo_wzr-hp-g450h.dts index 81290479b0..932144c227 100644 --- a/target/linux/ath79/dts/ar7242_buffalo_wzr-hp-g450h.dts +++ b/target/linux/ath79/dts/ar7242_buffalo_wzr-hp-g450h.dts @@ -79,6 +79,7 @@ qca,no-eeprom; #gpio-cells = <2>; gpio-controller; + qca,tx-gain-buffalo; }; }; |