mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 16:34:42 +02:00
fix a typo in the hwmode handling in /sbin/wifi (thx, maddes)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19313 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b8da6b3f23
commit
653a848d6d
@ -61,7 +61,7 @@ wifi_fixup_hwmode() {
|
|||||||
11g) hwmode=g;;
|
11g) hwmode=g;;
|
||||||
11n*)
|
11n*)
|
||||||
hwmode_11n="${hwmode##11n}"
|
hwmode_11n="${hwmode##11n}"
|
||||||
case "$hwmode" in
|
case "$hwmode_11n" in
|
||||||
a|g) ;;
|
a|g) ;;
|
||||||
default) hwmode_11n="$default"
|
default) hwmode_11n="$default"
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user