From: Michael Tremer Date: Wed, 23 Jul 2025 10:31:26 +0000 (+0200) Subject: hostapd: ath12k does not support Delayed Block ACK either X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=674adcac6d949b9defcbc9d5abb39179fc11fcd4;p=ipfire-2.x.git hostapd: ath12k does not support Delayed Block ACK either Signed-off-by: Michael Tremer --- diff --git a/src/initscripts/packages/hostapd b/src/initscripts/packages/hostapd index 8eed3e90f..7cbb143f8 100644 --- a/src/initscripts/packages/hostapd +++ b/src/initscripts/packages/hostapd @@ -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=(