Signed-off-by: Michael Tremer <[email protected]>
---
 src/initscripts/packages/hostapd | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/initscripts/packages/hostapd b/src/initscripts/packages/hostapd
index 2b1c840f1..eb00e11d3 100644
--- a/src/initscripts/packages/hostapd
+++ b/src/initscripts/packages/hostapd
@@ -617,6 +617,10 @@ write_config() {
                if [ ${#he_caps[@]} -gt 0 ]; then
                        printf "%s\n" "${he_caps[@]}"
                fi
+
+               # The antenna patterns don't change
+               he_6ghz_rx_ant_pat=1
+               he_6ghz_tx_ant_pat=1
        fi
 
        # Enable 802.11ac?
-- 
2.47.3


Reply via email to