Fix usage example since we don't have wext driver.

Reviewed by: sam
Approved by: re (kensmith)
This commit is contained in:
kevlo 2007-10-02 15:30:28 +00:00
parent 9281633138
commit 6b758fea4c

View File

@ -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 */
}