diff options
author | thompsa <thompsa@FreeBSD.org> | 2007-06-11 19:29:42 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2007-06-11 19:29:42 +0000 |
commit | dab1ead4a73134d38bdbd3da45ed04ccdedc2e19 (patch) | |
tree | 7672a42c6441ce1ea8fca3cfa30d4371ef275b1a /sys/i386/conf/PAE | |
parent | 999a5051ab8e779ee4fceaedb73b04b24a9f33b1 (diff) | |
download | FreeBSD-src-dab1ead4a73134d38bdbd3da45ed04ccdedc2e19.zip FreeBSD-src-dab1ead4a73134d38bdbd3da45ed04ccdedc2e19.tar.gz |
Exclude wlan_scan_* from PAE like the rest of wlan.
Diffstat (limited to 'sys/i386/conf/PAE')
-rw-r--r-- | sys/i386/conf/PAE | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/conf/PAE b/sys/i386/conf/PAE index c1c76c9..9b22cbb 100644 --- a/sys/i386/conf/PAE +++ b/sys/i386/conf/PAE @@ -80,6 +80,8 @@ nodevice wlan_wep # 802.11 WEP support nodevice wlan_ccmp # 802.11 CCMP support nodevice wlan_tkip # 802.11 TKIP support nodevice wlan_amrr # AMRR transmit rate control algorithm +nodevice wlan_scan_ap # 802.11 AP mode scanning +nodevice wlan_scan_sta # 802.11 STA mode scanning nodevice an nodevice ath # Atheros pci/cardbus NIC's nodevice ath_hal # Atheros HAL (Hardware Access Layer) |