]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
hostapd: ath12k does not support Greenfield either
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 23 Jul 2025 13:45:12 +0000 (15:45 +0200)
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 18c6259c732448bdc024a2b7ffc70489c567860c..0e58c3f1cf4743350a3d8004454d60e9fb3f3c3b 100644 (file)
@@ -54,10 +54,9 @@ declare -A HT_CAPS=(
 )
 
 declare -A HT_CAPS_DRIVER_FILTERS=(
-       # ath10k does not support Greenfield or Delayed Block Ack
+       # ath1[02]k does not support Greenfield or Delayed Block Ack
        [ath10k_pci]="$(( 0xffff & ~0x0008 & ~0x0100 ))"
-       # ath12k does not support Delayed Block Ack
-       [ath12k_pci]="$(( 0xffff & ~0x0100 ))"
+       [ath12k_pci]="$(( 0xffff & ~0x0008 & ~0x0100 ))"
 )
 
 declare -A VHT_CAPS=(