From 3693ee3c3284d3af87386ca19da4a94a454d0a1c Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 1 Dec 2008 16:53:01 +0000 Subject: Switch to ath hal source code. Note this removes the ath_hal module; the ath module now brings in the hal support. Kernel config files are almost backwards compatible; supplying device ath_hal gives you the same chip support that the binary hal did but you must also include options AH_SUPPORT_AR5416 to enable the extended format descriptors used by 11n parts. It is now possible to control the chip support included in a build by specifying exactly which chips are to be supported in the config file; consult ath_hal(4) for information. --- sys/arm/conf/AVILA | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/arm') diff --git a/sys/arm/conf/AVILA b/sys/arm/conf/AVILA index ac306e4..92bbed1 100644 --- a/sys/arm/conf/AVILA +++ b/sys/arm/conf/AVILA @@ -128,6 +128,7 @@ device wlan_tkip # 802.11 TKIP support device wlan_xauth device ath # Atheros pci/cardbus NIC's device ath_hal # Atheros HAL (Hardware Access Layer) +options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors device ath_rate_sample # SampleRate tx rate control for ath options ATH_DEBUG -- cgit v1.1