fix a typo in the hwmode handling in /sbin/wifi (thx, maddes)
SVN-Revision: 19313
This commit is contained in:
parent
f8fa94a92c
commit
62d7bb6ecd
@ -61,7 +61,7 @@ wifi_fixup_hwmode() {
|
||||
11g) hwmode=g;;
|
||||
11n*)
|
||||
hwmode_11n="${hwmode##11n}"
|
||||
case "$hwmode" in
|
||||
case "$hwmode_11n" in
|
||||
a|g) ;;
|
||||
default) hwmode_11n="$default"
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user