Hi,
I have a WRT54GLv1.1 router with OpenWrt. I enabled WME on it and I see the QoS field when I capture packets. Anyway, I can't change the priority value and it is always AC_BE
I tried to change the DSCP field (which is really changed as I see it in the captured packets) but it doesn't affect the WME class.
I did in int scripts :
wl wme 1
iptables -t mangle -A OUTPUT -p udp --dport 1234 -j DSCP --set-dscp 0x28
According to the diffent documents, this should give AC_VIDEO priority to the packets going from the box to port 1234 of a computer.
Did I miss something ?
Thanks