Re: [OpenWrt-Devel] [PATCH] correct fair traffic sharing support in qos-scripts

2011-09-23 Thread Weedy
On 16/11/10 01:55 PM, Ben Pfountz wrote: > This patch updates qos-scripts to support fair traffic sharing using the > SFQ with external classifiers method. It also corrects a bug in the > unsupported ESFQ method already used by qos-scripts. (ESFQ: > http://fatooh.org/esfq-2.6/ only updated to 2.6

Re: [OpenWrt-Devel] Ath9k/hostapd connection dropping problems

2011-09-23 Thread Felix Fietkau
On 2011-09-22 10:15 AM, Ben Pfountz wrote: After a disconnect today, I checked the logs and found the unexpected replay counter already reported... WPA: received EAPOL-Key 2/2 Group with unexpected replay counter The unexpected replay counter message is fine, it's not related to the disconnects

Re: [OpenWrt-Devel] Ath9k/hostapd connection dropping problems

2011-09-23 Thread Felix Fietkau
On 2011-09-21 3:53 PM, Peter Naulls wrote: On 09/17/2011 12:28 AM, Felix Fietkau wrote: On 2011-09-17 8:50 AM, Felix Fietkau wrote: On 2011-09-17 1:54 AM, Peter Naulls wrote: On 09/16/2011 12:53 PM, Jim Henderson wrote: On Fri, 16 Sep 2011 15:08:15 -0400, Mark Deneen wrote: In the end,

Re: [OpenWrt-Devel] [PATCH] Upgrade mjpeg-streamer

2011-09-23 Thread Roberto Riggio
ping On 14/09/2011 14:42, Roberto Riggio wrote: This patch upgrades the mjpeg-streamer package to the latest svn revision. It also closes track entry #9896 since the newer version moved to v4l2. Signed-off-by: Roberto Riggio ___ openwrt-devel mai

Re: [OpenWrt-Devel] ar71xx: DIR-615 E4 unstable, take two

2011-09-23 Thread Alexey Loukianov
23.09.2011 02:39, Alexey Loukianov wrote: > Jan 1 01:03:09 OpenWrt kern.info kernel: eth0: AR724x DMA seems to be stuck, > reseting link > Jan 1 01:03:09 OpenWrt kern.info kernel: eth0: link down > ... > Jan 1 01:03:11 OpenWrt kern.info kernel: eth0: AR724x DMA seems to be stuck, > reseting li

Re: [OpenWrt-Devel] How to know the buffered data in the AP?

2011-09-23 Thread Dave Taht
All network devices buffer data on the way to clients. In the case of an AP the principal buffers are in the driver's read and transmit buffers and the txqueue The size of the txqueue can be seen with ifconfig. Wired device buffering can often be seen with the ethtool -g [the interface] but that