wlan module depends on rc4 module, so provide one.

Reviewed by:	imp
This commit is contained in:
Ruslan Ermilov 2003-03-21 22:01:00 +00:00
parent a3f76a6394
commit 61b25513f1
2 changed files with 4 additions and 1 deletions

View File

@ -81,6 +81,7 @@ ti if_ti 3 network "Alteon Networks PCI gigabit ethernet card"
tl if_tl 3 network "Texas Instruments ThunderLAN PCI ethernet card"
tx if_tx 3 network "SMC 9432TX ethernet card"
wlan wlan 3 network "802.11 support"
wlan rc4 3 network "802.11 crypto support"
wi if_wi 3 network "Lucent WaveLAN/IEEE 802.11 PCMCIA card"
CD9660 cd9660 3 options "ISO 9660 Filesystem"

View File

@ -37,6 +37,7 @@
#
#drv filename floppy type description
awi if_awi 2 network "BayStack 660 and others"
dc if_dc 2 network "DEC/Intel 21143 (and clones) PCI fast ethernet card"
fxp if_fxp 2 network "Intel EtherExpress Pro/100B PCI Fast Ethernet card"
pcn if_pcn 2 network "AMD Am79c79x PCI ethernet card"
@ -52,7 +53,8 @@ xl if_xl 2 network "3COM 3c90x / 3c90xB PCI ethernet card"
ed if_ed 2 network "NE[12]000, SMC Ultra, 3c503, DS8390 cards"
fe if_fe 2 network "Fujitsu MB8696x based cards"
an if_an 2 network "Aironet 4500/4800 802.11 PCMCIA/ISA/PCI card"
wlan if_wi 2 network "802.11 support"
wlan wlan 2 network "802.11 support"
wlan rc4 2 network "802.11 crypto support"
wi if_wi 2 network "Lucent WaveLAN/IEEE 802.11 PCMCIA card"
#NFSCLIENT nfsclient 2 options "Network Filesystem Client"
MSDOSFS msdosfs 2 options "MSDOS filsystem"