]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
hostapd: ath12k does not support Delayed Block ACK either
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 23 Jul 2025 10:31:26 +0000 (12:31 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Sep 2025 11:46:23 +0000 (11:46 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/initscripts/packages/hostapd

index 8eed3e90f8121b6ec072a9792cd8c63d2c96fc03..7cbb143f85137cfd35c47fc37e00dc547245fe9e 100644 (file)
@@ -56,6 +56,8 @@ declare -A HT_CAPS=(
 declare -A HT_CAPS_DRIVER_FILTERS=(
        # ath10k does not support Greenfield or Delayed Block Ack
        [ath10k_pci]="$(( 0xffff & ~0x0008 & ~0x0100 ))"
+       # ath12k does not support Delayed Block Ack
+       [ath12k_pci]="$(( 0xffff & ~0x0100 ))"
 )
 
 declare -A VHT_CAPS=(