]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
hostapd: Fix VHT capability IDs
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Sep 2025 10:29:04 +0000 (11:29 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Sep 2025 11:46:24 +0000 (11:46 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/initscripts/packages/hostapd

index be5f3d3d4c57f7e4c68ea4f16024594162b5ccdc..6a5ef54992779aab2a6677a0b1361bde14b1a6a5 100644 (file)
@@ -62,13 +62,13 @@ declare -A HT_CAPS_DRIVER_FILTERS=(
 
 declare -A VHT_CAPS=(
        # RX LDPC
-       [0x00000008]="[RXLDPC]"
+       [0x00000010]="[RXLDPC]"
        # Short GI for 80 MHz
-       [0x00000010]="[SHORT-GI-80]"
+       [0x00000020]="[SHORT-GI-80]"
        # Short GI for 160/80+80 MHz
-       [0x00000020]="[SHORT-GI-160]"
+       [0x00000040]="[SHORT-GI-160]"
        # TX STBC
-       [0x00000040]="[TX-STBC-2BY1]"
+       [0x00000080]="[TX-STBC-2BY1]"
        # SU Beamformer capable
        [0x00000800]="[SU-BEAMFORMER]"
        # SU Beamformee capable