MN520 adapter.
parent
7b9a1789f1
commit
d87fcc00f5
4
CHANGES
4
CHANGES
|
@ -41,8 +41,8 @@
|
|||
* Intersil Corporation as part of PRISM(R) chipset product development.
|
||||
*
|
||||
* --------------------------------------------------------------------
|
||||
- Silly W200. It's a prism device ..
|
||||
- p2cnfShortPreamble is not a boolean value.
|
||||
- Microsoft MN520 PCMCIA ident info added.
|
||||
- p2cnfShortPreamble is not a boolean value. (Clay Jones)
|
||||
-pre4
|
||||
- BAP access fixes for PCI platforms. This mostly affects SMP
|
||||
arrangements.
|
||||
|
|
|
@ -149,4 +149,8 @@ card "D-Link DCF-660W 11Mbps 802.11b WLAN Card"
|
|||
manfid 0xd601, 0x0005
|
||||
bind "prism2_cs"
|
||||
|
||||
card "Microsoft Wireless Notebook Adapter MN-520"
|
||||
manfid 0x02d2, 0x0001
|
||||
bind "prism2_cs"
|
||||
|
||||
|
||||
|
|
|
@ -76,7 +76,7 @@ wlannoenable,*,*,*)
|
|||
# Just uncomment the variable and set the assignments
|
||||
# the way you want them.
|
||||
|
||||
#USER_MIBS="p2CnfRoamingMode=1"
|
||||
#USER_MIBS="p2CnfRoamingMode=1 p2CnfShortPreamble=mixed"
|
||||
|
||||
#=======WEP===========================================
|
||||
# [Dis/En]able WEP. Settings only matter if PrivacyInvoked is true
|
||||
|
|
|
@ -73,7 +73,7 @@ case "$1" in
|
|||
# Just uncomment the variable and set the assignments
|
||||
# the way you want them.
|
||||
|
||||
#USER_MIBS="p2CnfRoamingMode=1"
|
||||
#USER_MIBS="p2CnfRoamingMode=1 p2CnfShortPreamble=mixed"
|
||||
|
||||
#=======WEP===========================================
|
||||
# [Dis/En]able WEP. Settings only matter if PrivacyInvoked is true
|
||||
|
|
Loading…
Reference in New Issue