mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 02:11:05 +02:00
package/madwifi: fix typo in config handler
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13793 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e1ee5624c2
commit
64a4dc42c0
@ -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);;
|
||||
|
Loading…
x
Reference in New Issue
Block a user