package/madwifi: fix typo in config handler

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13793 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Jo-Philipp Wich 2009-01-01 13:59:06 +00:00
parent 79d4a6ac4a
commit ba2a424ee2
1 changed files with 1 additions and 1 deletions

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);;