wireless-net/trunk/sbin/gen-wlan-files.py

arekm cvs at pld-linux.org
Sat Apr 8 20:54:12 CEST 2006


Author: arekm
Date: Sat Apr  8 20:54:11 2006
New Revision: 7335

Modified:
   wireless-net/trunk/sbin/gen-wlan-files.py
Log:
Bugfix.

Modified: wireless-net/trunk/sbin/gen-wlan-files.py
==============================================================================
--- wireless-net/trunk/sbin/gen-wlan-files.py	(original)
+++ wireless-net/trunk/sbin/gen-wlan-files.py	Sat Apr  8 20:54:11 2006
@@ -192,7 +192,7 @@
 run("tc qdisc del root dev %s 2> /dev/null" % iface_ldown, False)
 run("tc qdisc add dev %s root handle 1: htb default 2" % iface_ldown)
 run("tc class add dev %s classid 0001:0001 root htb rate 990000kbit ceil 100000kbit quantum 12207750" % (iface_ldown))
-run("tc class add dev %s classid 0001:0005 parent 0001:0001 htb rate %s.00kbit ceil 1400kbit quantum 174250" % (iface_ldown, bandwidth_ldown))
+run("tc class add dev %s classid 0001:0005 parent 0001:0001 htb rate %s.00kbit ceil 1400kbit quantum 174250" % (iface_ldown, bandwidth_down))
 
 for u in users:
 


More information about the pld-cvs-commit mailing list