From 3342d83059830801489c7efde631061325110559 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Fri, 15 Jun 2012 02:16:29 +0000 Subject: [PATCH] Ok, ok. 802.11n can be on by default in GENERIC in -HEAD. God help me. --- sys/amd64/conf/GENERIC | 2 ++ sys/i386/conf/GENERIC | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 4c57afe9b238..1ce71b48cd76 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -273,6 +273,8 @@ device ath # Atheros NIC's device ath_pci # Atheros pci/cardbus glue device ath_hal # pci/cardbus chip support options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors +options AH_AR5416_INTERRUPT_MITIGATION # AR5416 interrupt mitigation +options ATH_SUPPORT_11N # Enable 802.11n support for AR5416 and later device ath_rate_sample # SampleRate tx rate control for ath #device bwi # Broadcom BCM430x/BCM431x wireless NICs. #device bwn # Broadcom BCM43xx wireless NICs. diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 61e54d22d6ad..35cf60d910aa 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -285,6 +285,8 @@ device ath # Atheros NIC's device ath_pci # Atheros pci/cardbus glue device ath_hal # pci/cardbus chip support options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors +options AH_AR5416_INTERRUPT_MITIGATION # AR5416 interrupt mitigation +options ATH_SUPPORT_11N # Enable 802.11n support for AR5416 and later device ath_rate_sample # SampleRate tx rate control for ath #device bwi # Broadcom BCM430x/BCM431x wireless NICs. #device bwn # Broadcom BCM43xx wireless NICs.