Re: [RFC 3/3] mac80211: allow to choose ath11k driver

2021-10-24 Thread Janusz Dziedzic
niedz., 24 paź 2021 o 22:04 Robert Marko napisał(a): > > On Sun, 24 Oct 2021 at 21:43, Janusz Dziedzic > wrote: > > > > Signed-off-by: Janusz Dziedzic > > --- > > package/kernel/mac80211/ath.mk | 26 -- > > 1 file changed, 24 insertions(+), 2 deletions(-) > > > > diff

Re: [RFC 3/3] mac80211: allow to choose ath11k driver

2021-10-24 Thread Robert Marko
On Sun, 24 Oct 2021 at 21:43, Janusz Dziedzic wrote: > > Signed-off-by: Janusz Dziedzic > --- > package/kernel/mac80211/ath.mk | 26 -- > 1 file changed, 24 insertions(+), 2 deletions(-) > > diff --git a/package/kernel/mac80211/ath.mk b/package/kernel/mac80211/ath.mk >

Re: [RFC 2/3] kernel: add kmod packages required by ath11k

2021-10-24 Thread Robert Marko
On Sun, 24 Oct 2021 at 21:43, Janusz Dziedzic wrote: > > When build ath11k from backports we need enable > such packages: > - mhi-bus > - qrtr > - qrtr-mhi > - michael-mic > - qcom-qmi-helpers > > Signed-off-by: Janusz Dziedzic > --- > package/kernel/linux/modules/lib.mk | 14 >

[RFC 1/3] kernel: allow to choose QCOM_QMI_HELPERS

2021-10-24 Thread Janusz Dziedzic
We need this when build ath11k from backports. Signed-off-by: Janusz Dziedzic --- .../generic/pending-5.10/930-qcom-qmi-helpers.patch | 13 + 1 file changed, 13 insertions(+) create mode 100644 target/linux/generic/pending-5.10/930-qcom-qmi-helpers.patch diff --git

[RFC 3/3] mac80211: allow to choose ath11k driver

2021-10-24 Thread Janusz Dziedzic
Signed-off-by: Janusz Dziedzic --- package/kernel/mac80211/ath.mk | 26 -- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/package/kernel/mac80211/ath.mk b/package/kernel/mac80211/ath.mk index ba03ae11a6..634fb13195 100644 ---

[RFC 2/3] kernel: add kmod packages required by ath11k

2021-10-24 Thread Janusz Dziedzic
When build ath11k from backports we need enable such packages: - mhi-bus - qrtr - qrtr-mhi - michael-mic - qcom-qmi-helpers Signed-off-by: Janusz Dziedzic --- package/kernel/linux/modules/lib.mk | 14 package/kernel/linux/modules/mhi.mk | 21 +++

Re: [PATCH 0/3] uqmi: sync libqmi and add more diagnostic commands

2021-10-24 Thread Oskari Lemmelä
On 24.10.2021 18.05, Oskari Lemmela wrote: > First patch updates dynamic code generator to handle newer data from > libqmi project. After data is synced from libqmi project, more connection > diagnostic commands are added to uqmi. > > Oskari Lemmela (3): > uqmi: update code generator > uqmi:

[sdwalker/sdwalker.github.io] cd1cb3: This week's update

2021-10-24 Thread Stephen Walker via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Branch: refs/heads/master

[PATCH 0/3] uqmi: sync libqmi and add more diagnostic commands

2021-10-24 Thread Oskari Lemmela
First patch updates dynamic code generator to handle newer data from libqmi project. After data is synced from libqmi project, more connection diagnostic commands are added to uqmi. Oskari Lemmela (3): uqmi: update code generator uqmi: sync data from libqmi project uqmi: add more

[PATCH 1/3] uqmi: update code generator

2021-10-24 Thread Oskari Lemmela
Add support for common-refs and double arrays. Fix error message line and type parsing. Signed-off-by: Oskari Lemmela --- data/gen-code.pl | 11 +-- data/gen-common.pm | 10 ++ data/gen-error-list.pl | 2 +- data/gen-header.pl | 5 - 4 files changed, 24

[PATCH 3/3] uqmi: add more diagnostics commands

2021-10-24 Thread Oskari Lemmela
Useful diagnostic commands for measuring connection info. Implemented cell location, carrier aggregation and MIMO chain info in easily parsable json format. Compressed package size increased by 9kB. Signed-off-by: Oskari Lemmela --- commands-nas.c | 663

Re: ath11k - pci - backports/.config issue

2021-10-24 Thread Robert Marko
On Sun, 24 Oct 2021 at 09:01, Mathew McBride wrote: > > Hello Janusz, > On Fri, Oct 22, 2021, at 1:39 AM, Janusz Dziedzic wrote: > > Hello, > > > > Hit some issue with my ath11k card, so maybe someone already fix > > it/know what I missed? > > > > My card (pcie): > > root@OpenWrt:~# lspci > >

Re: [PATCH firewall4 1/2] tests: adapt test to new ICMP print logic

2021-10-24 Thread Jo-Philipp Wich
Hi, merged both patches, thank you! ~ Jo signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[PATCH firewall4 1/2] tests: adapt test to new ICMP print logic

2021-10-24 Thread Thomas Weißschuh
Fixes: 35f5120afcf158e445062fdb5072684ed24d91d0 Signed-off-by: Thomas Weißschuh --- tests/03_rules/04_icmp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/03_rules/04_icmp b/tests/03_rules/04_icmp index 53cee11..834ecc7 100644 --- a/tests/03_rules/04_icmp +++

[PATCH firewall4 2/2] fw4.uc: Do not quote port ranges

2021-10-24 Thread Thomas Weißschuh
This fixes the translation of rules like the following: config rule ... option dest_port '67:68' Signed-off-by: Thomas Weißschuh --- root/usr/share/ucode/fw4.uc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/usr/share/ucode/fw4.uc

Re: ath11k - pci - backports/.config issue

2021-10-24 Thread Mathew McBride
Hello Janusz, On Fri, Oct 22, 2021, at 1:39 AM, Janusz Dziedzic wrote: > Hello, > > Hit some issue with my ath11k card, so maybe someone already fix > it/know what I missed? > > My card (pcie): > root@OpenWrt:~# lspci > :00:00.0 PCI bridge: MEDIATEK Corp. Device 3258 > :01:00.0