From 7d1a9d7874cd7cd0f49b6f7c4c249263fd932b9c Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Wed, 8 Jul 2020 21:30:20 -0400 Subject: [PATCH] atheroswifi: Enable 802.11n and "AR5416 interrupt mitigation." FreeBSD apparently enables these options by default. This should enable support for 802.11n (i.e. HT mode) on Atheros chips that support it, of which there are quite a few. --- .../kernel/drivers/network/wlan/atheroswifi/dev/ath/opt_ath.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/opt_ath.h b/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/opt_ath.h index 0d4d706783..304932160f 100644 --- a/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/opt_ath.h +++ b/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/opt_ath.h @@ -1,2 +1,2 @@ -//#define ATH_TX99_DIAG 1 -//#define ATH_DEBUG 1 +#define ATH_ENABLE_11N +#define AH_AR5416_INTERRUPT_MITIGATION