diff options
author | kevlo <kevlo@FreeBSD.org> | 2007-10-02 15:30:28 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2007-10-02 15:30:28 +0000 |
commit | 6b758fea4c9f89b36517b62eea1a1838daa76601 (patch) | |
tree | 9c780e4011531ef0aa4a5d69d5c0cf3941cb4627 | |
parent | 9281633138328ca36863a2979937bba813fd87ee (diff) | |
download | FreeBSD-src-6b758fea4c9f89b36517b62eea1a1838daa76601.zip FreeBSD-src-6b758fea4c9f89b36517b62eea1a1838daa76601.tar.gz |
Fix usage example since we don't have wext driver.
Reviewed by: sam
Approved by: re (kensmith)
-rw-r--r-- | contrib/wpa_supplicant/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/wpa_supplicant/main.c b/contrib/wpa_supplicant/main.c index fdce7c5..09842ed 100644 --- a/contrib/wpa_supplicant/main.c +++ b/contrib/wpa_supplicant/main.c @@ -82,7 +82,7 @@ static void usage(void) " -N = start describing new interface\n"); printf("example:\n" - " wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf\n"); + " wpa_supplicant -Dbsd -iwlan0 -c/etc/wpa_supplicant.conf\n"); #endif /* CONFIG_NO_STDOUT_DEBUG */ } |