summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjal2 <jal2>2003-11-27 22:23:46 +0000
committerjal2 <jal2>2003-11-27 22:23:46 +0000
commit58e1b46e17783431303d892b97c0d131fdab7321 (patch)
treec3a9ed3ea175933e053d93e2d193b2a514fe5a08
parentb4589c8f197e9aa5749febe071c35cc68c96068d (diff)
added calls to ifconfig in example of setting the device up
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 0c8ff34..b50d907 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-(* $Id: README,v 1.11 2003/07/20 09:48:17 jal2 Exp $ *)
+(* $Id: README,v 1.12 2003/11/27 22:23:46 jal2 Exp $ *)
at76c503 - linux driver for Atmel at76c503 based usb wlan adapters
------------------------------------------------------------------
@@ -63,9 +63,11 @@ channel number (1..14) <essid> with your network id (a string), <ip>
with an IP address)
iwconfig <iface> channel <ch> mode ad-hoc essid <essid>
+ifconfig <iface> <ip>
Example:
iwconfig wlan2 mode ad-hoc channel 10 essid okuwlan
+ifconfig wlan2 192.168.0.4
Test it by pinging another host with a wlan adaptor.