From d93581ea048ea7bc7bff7e3dc70a30a18ab96414 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 23 Jul 2025 20:46:39 +0200 Subject: [PATCH] hostapd: ath11k also does not support Greenfield and Delayed Block ACK Signed-off-by: Michael Tremer --- src/initscripts/packages/hostapd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/initscripts/packages/hostapd b/src/initscripts/packages/hostapd index 39507cd09..f7e877c05 100644 --- a/src/initscripts/packages/hostapd +++ b/src/initscripts/packages/hostapd @@ -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 ))" ) -- 2.47.3