From ac8a6fe4a88f09aba49480589c8b5f81c2ee85e2 Mon Sep 17 00:00:00 2001 From: billz Date: Sat, 13 Dec 2025 12:12:55 +0100 Subject: [PATCH] Remove parentheses from JSON, resolves PHP warning --- config/defaults.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/defaults.json b/config/defaults.json index cfb2dac1..3c4315e4 100644 --- a/config/defaults.json +++ b/config/defaults.json @@ -35,7 +35,7 @@ "ieee80211ac=1", "# Enable 802.11ax", "ieee80211ax=1", - "# HE (802.11ax) capabilities", + "# HE 802.11ax capabilities", "he_su_beamformer=1", "he_su_beamformee=1", "he_mu_beamformer=1", @@ -47,9 +47,9 @@ "vht_oper_chwidth=1", "he_oper_centr_freq_seg0_idx={HE_FREQ_IDX}", "vht_oper_centr_freq_seg0_idx={VHT_FREQ_IDX}", - "# HT capabilities (802.11n)", + "# HT 802.11n capabilities", "ht_capab=[{HT40_DIR}][LDPC][SHORT-GI-20][SHORT-GI-40][TX-STBC][RX-STBC1][MAX-AMSDU-7935]", - "# VHT capabilities (802.11ac) - no SHORT-GI-160", + "# VHT capabilities 802.11ac", "vht_capab=[RXLDPC][SHORT-GI-80][TX-STBC-2BY1][RX-STBC-1][MAX-MPDU-11454][MAX-A-MPDU-LEN-EXP7]", "# WMM/QoS", "wmm_enabled=1" @@ -85,7 +85,7 @@ "he_6ghz_max_ampdu_len_exp=7", "# 0 = Indoor AP", "# 1 = Standard power AP", - "# 2 = Very low power AP (default)", + "# 2 = Very low power AP", "# 3 = Indoor enabled AP", "# 4 = Indoor standard power AP", "he_6ghz_reg_pwr_type=0", @@ -128,7 +128,7 @@ "# 160 MHz for HE", "he_oper_chwidth=2", "he_oper_centr_freq_seg0_idx={HE_FREQ_IDX}", - "# IEEE 802.11be (WiFi 7) configuration", + "# IEEE 802.11be WiFi 7 configuration", "ieee80211be=1", "# EHT configuration", "eht_su_beamformer=1", @@ -138,9 +138,9 @@ "# The field eht_oper_centr_freq_seg0_idx field is used to indicate center", "# frequency of 40, 80, and 160 MHz bandwidth operation.", "# In the 6 GHz band, eht_oper_chwidth is ignored and the channel width is", - "# derived from the configured operating class (IEEE P802.11be/D1.5,", + "# derived from the configured operating class IEEE P802.11be/D1.5,", "# Annex E.1 - Country information and operating classes).", - "# Channel width (0 = 40 MHz, 1 = 80 Mhz, 2 = 160 Mhz)", + "# Channel width 0 = 40 MHz, 1 = 80 Mhz, 2 = 160 Mhz", "eht_oper_chwidth=2", "eht_oper_centr_freq_seg0_idx={VHT_FREQ_IDX}", "# VHT operation parameters",