summaryrefslogtreecommitdiff
path: root/openembedded/packages/pcmcia-cs/pcmcia-cs-3.2.8/wireless.opts
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
committerRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
commitb2f192faabe412adce79534e22efe9fb69ee40e2 (patch)
tree7076c49d4286f8a1733650bd8fbc7161af200d57 /openembedded/packages/pcmcia-cs/pcmcia-cs-3.2.8/wireless.opts
parent2cf0eadf9f730027833af802d7e6c90b44248f80 (diff)
downloadopenembedded-core-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz
openembedded-core-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.bz2
openembedded-core-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.xz
openembedded-core-b2f192faabe412adce79534e22efe9fb69ee40e2.zip
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/pcmcia-cs/pcmcia-cs-3.2.8/wireless.opts')
-rw-r--r--openembedded/packages/pcmcia-cs/pcmcia-cs-3.2.8/wireless.opts47
1 files changed, 0 insertions, 47 deletions
diff --git a/openembedded/packages/pcmcia-cs/pcmcia-cs-3.2.8/wireless.opts b/openembedded/packages/pcmcia-cs/pcmcia-cs-3.2.8/wireless.opts
deleted file mode 100644
index 3e498297f..000000000
--- a/openembedded/packages/pcmcia-cs/pcmcia-cs-3.2.8/wireless.opts
+++ /dev/null
@@ -1,47 +0,0 @@
-# Wireless LAN adapter configuration
-#
-# Theory of operation :
-#
-# The script attempts to match a block of settings to the specific wireless
-# card inserted, the *first* block matching the card is used.
-# The address format is "scheme,socket,instance,hwaddr", with * as a wildcard.
-# 'scheme' is the pcmcia scheme (set via 'cardctl scheme XXX').
-# 'hwaddr' is the unique MAC address identifier of the wireless card.
-# The MAC address is usually printed on the card, or can be found via ifconfig.
-# Some examples here use only half of the MAC address with a wildcard to
-# match a whole family of cards...
-#
-# All the Wireless specific configuration is done through the Wireless
-# Extensions, so we will just call 'iwconfig' with the right parameters
-# defined below.
-# Of course, you need to have iwconfig installled on your system.
-# To download iwconfig, or for more info on Wireless Extensions :
-# http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
-#
-# Note : you don't need to fill all parameters, leave them blank, in most
-# cases the driver will initialise itself with sane defaults values or
-# automatically figure out the value... And no drivers do support all
-# possible settings...
-#
-# If you make any mistakes, you'll get a cryptic message in the system
-# log. You'll need to figure out on your own which parameter was wrong:
-# cardmgr[310]: executing: './network start wvlan0'
-# cardmgr[310]: + SIOCSIWMODE: Invalid argument
-# I've tried to give more troubleshooting help at :
-# http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html#debug
-# In case of doubts, just check "/etc/pcmcia/wireless" for the gory details...
-#
-# Note also that this script will work only with the original Pcmcia scripts,
-# and not with the default Red Hat scripts. Send a bug report to Red Hat ;-)
-#
-# Finally, send comments and flames to me, Jean Tourrilhes <jt@hpl.hp.com>
-#
-
-case "$ADDRESS" in
-*,*,*,*)
- INFO="Default Config"
- ESSID=any
- MODE=Managed
- RATE=auto
- ;;
-esac