From 469e7d26ee2d573508cc32fa4c0dde3ddca1c793 Mon Sep 17 00:00:00 2001 From: Antonio Huete Jimenez Date: Sat, 17 Apr 2010 13:22:23 +0200 Subject: [PATCH 1/2] x86_64 - Sync wlan options with GENERIC --- sys/config/X86_64_GENERIC | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/sys/config/X86_64_GENERIC b/sys/config/X86_64_GENERIC index c1208b7..254a857 100644 --- a/sys/config/X86_64_GENERIC +++ b/sys/config/X86_64_GENERIC @@ -242,11 +242,14 @@ device ex device xe # Wireless NIC cards +options IEEE80211_DEBUG +options IEEE80211_SUPPORT_MESH +options IEEE80211_SUPPORT_TDMA device wlan # 802.11 support device wlan_ccmp # 802.11 CCMP support device wlan_tkip # 802.11 TKIP support device wlan_wep # 802.11 WEP support -device wlan_amrr # AMRR +#device wlan_amrr # AMRR # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP -- 1.6.6.2