]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
hostapd: ath11k also does not support Greenfield and Delayed Block ACK
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 23 Jul 2025 18:46:39 +0000 (20:46 +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 39507cd09e0bf3605c2f2995e4c219f633f0daaf..f7e877c055483d9babedacad7e33b9aa04d69292 100644 (file)
@@ -54,8 +54,9 @@ declare -A HT_CAPS=(
 )
 
 declare -A HT_CAPS_DRIVER_FILTERS=(
-       # ath1[02]k does not support Greenfield or Delayed Block Ack
+       # ath1[012]k does not support Greenfield or Delayed Block Ack
        [ath10k_pci]="$(( 0xffff & ~0x0008 & ~0x0100 ))"
+       [ath11k_pci]="$(( 0xffff & ~0x0008 & ~0x0100 ))"
        [ath12k_pci]="$(( 0xffff & ~0x0008 & ~0x0100 ))"
 )