diff options
author | Jason Thomas Dolan <jay@jaydolan.com> | 2006-03-26 23:49:44 +0000 |
---|---|---|
committer | Jason Thomas Dolan <jay@jaydolan.com> | 2006-03-26 23:49:44 +0000 |
commit | 4a232f009a93c09340391cde4848c4eae966023e (patch) | |
tree | e23bc75ed17ed78dd12cfc79f4f9c0d7cb672eeb /madwifi | |
parent | 51c5ce630cfe4b8121c4c1b718f235c3b0c72b99 (diff) | |
download | opt-4a232f009a93c09340391cde4848c4eae966023e.tar.gz opt-4a232f009a93c09340391cde4848c4eae966023e.tar.xz |
Minor adjustments to madwifi's README
Diffstat (limited to 'madwifi')
-rw-r--r-- | madwifi/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/madwifi/README b/madwifi/README index decfe7a9c..7c290715c 100644 --- a/madwifi/README +++ b/madwifi/README @@ -1,6 +1,6 @@ PRE-INSTALL - Kernel sources must exist in /usr/src/linux[-version] + Kernel sources must exist in /usr/src/linux[-version] Note that this port does not provide a .md5sum, as it is built from a daily svn snapshot of madwifi-ng. @@ -15,7 +15,7 @@ POST-INSTALL alias ath0 ath_pci /etc/rc.d/net: - wlanconfig ath0 create wlandev wifi0 wlanmode sta - - The ath0 device may then be manipulated with ifconfig or dhcpcd. + iwconfig ath0 essid myid + iwconfig ath0 key mykey + dhcpcd ath0 |