diff options
author | 2005-07-11 17:00:44 +0000 | |
---|---|---|
committer | 2005-07-11 17:00:44 +0000 | |
commit | c9b78e07b3a148a6f1aa5ea3958068d4ba71760d (patch) | |
tree | ca16aae9baa01d7a0eefbbdba4c7a2a665960f80 /net-wireless/rt2500/files | |
parent | masked amd64 architecture (diff) | |
download | gentoo-2-c9b78e07b3a148a6f1aa5ea3958068d4ba71760d.tar.gz gentoo-2-c9b78e07b3a148a6f1aa5ea3958068d4ba71760d.tar.bz2 gentoo-2-c9b78e07b3a148a6f1aa5ea3958068d4ba71760d.zip |
Convert RT2500STA.dat to unix format thanks to Kevin Parent <kparent@enersea.net> in bug 98574 and made it fail on SMP kernels thanks to Kevin Parent <kparent@enersea.net> in bug 98578
(Portage version: 1.589-cvs)
Diffstat (limited to 'net-wireless/rt2500/files')
-rw-r--r-- | net-wireless/rt2500/files/RT2500STA.dat | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/net-wireless/rt2500/files/RT2500STA.dat b/net-wireless/rt2500/files/RT2500STA.dat new file mode 100644 index 000000000000..6957dcba2ddc --- /dev/null +++ b/net-wireless/rt2500/files/RT2500STA.dat @@ -0,0 +1,46 @@ +# Copy this file to /etc/Wireless/RT2500STA/RT2500STA.dat +# This file is a binary file and will be read on loading rt2500.o module. +# +# Use "vi -b RT2500STA.dat" to modify settings according to your need. +# +# 1.) set NetworkType to "Adhoc" for using Adhoc-mode, otherwise using Infrastructure +# 2.) set Channel to "0" for auto-select on Infrastructure mode +# 3.) set SSID for connecting to your Accss-point. +# 4.) AuthMode can be "OPEN", "SHARED", "WPAPSK", "WPANONE" +# 5.) EncrypType can be "NONE", "WEP", "TKIP", "AES" +# for more information refer to the Readme file. +# +[Default] +CountryRegion=0 +WirelessMode=0 +TXBurst=0 +TurboRate=0 +BGProtection=0 +ShortSlot=0 +TxRate=0 +PSMode=CAM + +# All parameters below can be set by iwconfig in the if-pre scripts +# if required or enabled here if you wish +# Anything enabled here will be used when EVEN the net interface is brought up +# this will undo any iwconfig pre-up settings. + +#SSID=OFFICEWAPG +#NetworkType=Infra +#Channel=1 +AuthMode=SHARED +EncrypType=WEP +#DefaultKeyID=1 +#Key1Type=0 +#Key1Str= +#Key2Type=0 +#Key2Str= +#Key3Type=0 +#Key3Str= +#Key4Type=0 +#Key4Str= +#WPAPSK=abcdefghijklmnopqrstuvwxyz +#RTSThreshold=2312 +#FragThreshold=2312 +PSMode=CAM +#RFMON=0 |