fix a small typo
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 15 Jan 2007 00:10:00 +0000 (00:10 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 15 Jan 2007 00:10:00 +0000 (00:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6104 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/madwifi/files/lib/wifi/madwifi.sh

index 5701485..68fa325 100755 (executable)
@@ -102,7 +102,7 @@ enable_atheros() {
                                *) agmode=11g;;
                        esac
                        iwconfig "$ifname" channel 0 
-                       iwpriv "$ifname" agmode "$agmode"
+                       iwpriv "$ifname" mode "$agmode"
                        iwpriv "$ifname" pureg "$pureg"
                        iwconfig "$ifname" channel "$channel"
                }
This page took 0.023847 seconds and 4 git commands to generate.