From 15945a996f294136333871d62a5e48fa2dfaca4a Mon Sep 17 00:00:00 2001 From: sam Date: Wed, 3 May 2006 18:13:11 +0000 Subject: add ath and wlan crypto support Requested by: many MFC after: 1 month --- sys/i386/conf/GENERIC | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index b5df58b..40fa902 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -242,7 +242,13 @@ device xe # Xircom pccard Ethernet # Wireless NIC cards device wlan # 802.11 support +device wlan_wep # 802.11 WEP support +device wlan_ccmp # 802.11 CCMP support +device wlan_tkip # 802.11 TKIP support device an # Aironet 4500/4800 802.11 wireless NICs. +device ath # Atheros pci/cardbus NIC's +device ath_hal # Atheros HAL (Hardware Access Layer) +device ath_rate_sample # SampleRate tx rate control for ath device awi # BayStack 660 and others device ral # Ralink Technology RT2500 wireless NICs. device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. -- cgit v1.1