package/madwifi: fix typo in config handler

SVN-Revision: 13793
This commit is contained in:
Jo-Philipp Wich 2009-01-01 13:59:06 +00:00
parent d1049f535a
commit 0b5333be4b

View file

@ -31,7 +31,7 @@ scan_atheros() {
esac
done
case "${adhoc:+1}:${sta:+1}:${ap+1}" in
case "${adhoc:+1}:${sta:+1}:${ap:+1}" in
# valid mode combinations
1::) wds="";;
1::1);;