package/madwifi: fix typo in config handler
SVN-Revision: 13793
This commit is contained in:
parent
d1049f535a
commit
0b5333be4b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue