Re: [PATCH iwinfo] lib: report byte counters as 64 bit values

2023-06-23 Thread Thomas Weißschuh
+Cc a few devs that have worked on iwinfo recently. Hi, could somebody take a look my patches [0] to fix an overflow of per-association packet counters after two GiB [1]? Thanks, Thomas [0] https://lists.openwrt.org/pipermail/openwrt-devel/2023-May/041056.html

Re: typo in module config

2023-06-23 Thread Ansuel Smith
Il giorno ven 23 giu 2023 alle ore 15:58 Koen Vandeputte ha scritto: > > Hi Yousong, > > By reading some mk files I noticed your commit: > https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=4f443c885dede3331b969e6265a41a0ff1e3059a > > within netfilter.mk: > > +define

typo in module config

2023-06-23 Thread Koen Vandeputte
Hi Yousong, By reading some mk files I noticed your commit: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=4f443c885dede3331b969e6265a41a0ff1e3059a within netfilter.mk: +define KernelPackage/nf-socket .. + KCONFIG:= $(KCOFNIG_NF_SOCKET) +define KernelPackage/nf-tproxy .. +

[PATCH firmware-utils] add dlink-sge-image for D-Link devices by SGE

2023-06-23 Thread Sebastian Schaper
This tool will encrypt/decrypt factory images requiring the "SHRS" header e.g. COVR-C1200, COVR-P2500, COVR-X1860, DIR-878, DIR-882, ... Encryption is loosely based on a series of blogposts by ricksanchez [1] and the provided code [2], as well as patches to qca-uboot found in the GPL tarball

Re: [PATCH] mac80211: always use mac80211 loss detection

2023-06-23 Thread David Bauer
Hi Felix, On 6/23/23 12:47, Felix Fietkau wrote: On 23.06.23 12:29, David Bauer wrote: Hi Felix, On 6/23/23 08:55, Felix Fietkau wrote: On 18.05.23 11:19, David Bauer wrote: ath10k does not report excessive loss in case of broken block-ack sessions. The loss is communicated to the host-os,

Re: [PATCH] mac80211: always use mac80211 loss detection

2023-06-23 Thread Felix Fietkau
On 23.06.23 12:29, David Bauer wrote: Hi Felix, On 6/23/23 08:55, Felix Fietkau wrote: On 18.05.23 11:19, David Bauer wrote: ath10k does not report excessive loss in case of broken block-ack sessions. The loss is communicated to the host-os, but ath10k does not trigger a low-ack events by

Re: [PATCH] mac80211: always use mac80211 loss detection

2023-06-23 Thread David Bauer
Hi Felix, On 6/23/23 08:55, Felix Fietkau wrote: On 18.05.23 11:19, David Bauer wrote: ath10k does not report excessive loss in case of broken block-ack sessions. The loss is communicated to the host-os, but ath10k does not trigger a low-ack events by itself. The mac80211 framework for loss

Re: [PATCH] mac80211: always use mac80211 loss detection

2023-06-23 Thread Felix Fietkau
On 18.05.23 11:19, David Bauer wrote: ath10k does not report excessive loss in case of broken block-ack sessions. The loss is communicated to the host-os, but ath10k does not trigger a low-ack events by itself. The mac80211 framework for loss detection however detects this circumstance well in