From 5c1f99965a19ad9acebdddd518fe99e192b775bc Mon Sep 17 00:00:00 2001 From: Martin Kennedy Date: Sun, 18 Dec 2022 15:24:20 -0500 Subject: [PATCH] feat: Add templates for mt791x (11x) wifi-devices These *need* to run with 'HE' htmode(s) in order to gain the benefits of higher coding rates --- roles/netconfig/vars/main.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/roles/netconfig/vars/main.yml b/roles/netconfig/vars/main.yml index 60802b5..869da29 100644 --- a/roles/netconfig/vars/main.yml +++ b/roles/netconfig/vars/main.yml @@ -68,6 +68,21 @@ wifi_device: band: 5g htmode: VHT80 + mt791x_2: + <<: *default_wifi_device + band: 2g + htmode: HE20 + + mt791x_5: + <<: *default_wifi_device + band: 5g + htmode: HE80 + + mt7916_6: + <<: *default_wifi_device + band: 6g + htmode: HE160 + ath9k_2: <<: *default_wifi_device band: 2g