Remove parentheses from JSON, resolves PHP warning

This commit is contained in:
billz
2025-12-13 12:12:55 +01:00
parent fc8508b260
commit ac8a6fe4a8

View File

@@ -35,7 +35,7 @@
"ieee80211ac=1", "ieee80211ac=1",
"# Enable 802.11ax", "# Enable 802.11ax",
"ieee80211ax=1", "ieee80211ax=1",
"# HE (802.11ax) capabilities", "# HE 802.11ax capabilities",
"he_su_beamformer=1", "he_su_beamformer=1",
"he_su_beamformee=1", "he_su_beamformee=1",
"he_mu_beamformer=1", "he_mu_beamformer=1",
@@ -47,9 +47,9 @@
"vht_oper_chwidth=1", "vht_oper_chwidth=1",
"he_oper_centr_freq_seg0_idx={HE_FREQ_IDX}", "he_oper_centr_freq_seg0_idx={HE_FREQ_IDX}",
"vht_oper_centr_freq_seg0_idx={VHT_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]", "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]", "vht_capab=[RXLDPC][SHORT-GI-80][TX-STBC-2BY1][RX-STBC-1][MAX-MPDU-11454][MAX-A-MPDU-LEN-EXP7]",
"# WMM/QoS", "# WMM/QoS",
"wmm_enabled=1" "wmm_enabled=1"
@@ -85,7 +85,7 @@
"he_6ghz_max_ampdu_len_exp=7", "he_6ghz_max_ampdu_len_exp=7",
"# 0 = Indoor AP", "# 0 = Indoor AP",
"# 1 = Standard power AP", "# 1 = Standard power AP",
"# 2 = Very low power AP (default)", "# 2 = Very low power AP",
"# 3 = Indoor enabled AP", "# 3 = Indoor enabled AP",
"# 4 = Indoor standard power AP", "# 4 = Indoor standard power AP",
"he_6ghz_reg_pwr_type=0", "he_6ghz_reg_pwr_type=0",
@@ -128,7 +128,7 @@
"# 160 MHz for HE", "# 160 MHz for HE",
"he_oper_chwidth=2", "he_oper_chwidth=2",
"he_oper_centr_freq_seg0_idx={HE_FREQ_IDX}", "he_oper_centr_freq_seg0_idx={HE_FREQ_IDX}",
"# IEEE 802.11be (WiFi 7) configuration", "# IEEE 802.11be WiFi 7 configuration",
"ieee80211be=1", "ieee80211be=1",
"# EHT configuration", "# EHT configuration",
"eht_su_beamformer=1", "eht_su_beamformer=1",
@@ -138,9 +138,9 @@
"# The field eht_oper_centr_freq_seg0_idx field is used to indicate center", "# The field eht_oper_centr_freq_seg0_idx field is used to indicate center",
"# frequency of 40, 80, and 160 MHz bandwidth operation.", "# frequency of 40, 80, and 160 MHz bandwidth operation.",
"# In the 6 GHz band, eht_oper_chwidth is ignored and the channel width is", "# 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).", "# 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_chwidth=2",
"eht_oper_centr_freq_seg0_idx={VHT_FREQ_IDX}", "eht_oper_centr_freq_seg0_idx={VHT_FREQ_IDX}",
"# VHT operation parameters", "# VHT operation parameters",