Re: [PATCH 1/3] hostapd: update to 2022-05-08

2022-06-11 Thread Stefan Lippers-Hollmann
Hi On 2022-06-12, Stefan Lippers-Hollmann wrote: > On 2022-06-07, David Bauer wrote: > > Update hostapd to Git HEAD from 2022-05-08. This allows us to take > > advantage of background radar-detection ad well as BSS color collision. > > I'm noticing a build failure for wpad-full-openssl since this

Re: [PATCH 1/3] hostapd: update to 2022-05-08

2022-06-11 Thread Stefan Lippers-Hollmann
Hi On 2022-06-07, David Bauer wrote: > Update hostapd to Git HEAD from 2022-05-08. This allows us to take > advantage of background radar-detection ad well as BSS color collision. I'm noticing a build failure for wpad-full-openssl since this patch series went in, Debian/ unstable build host

Re: [PATCH v3] ath79: D-Link DAP-2680: select QCA9984 firmware

2022-06-11 Thread Sander Vanheule
On Sat, 2022-05-21 at 22:59 +0200, Stijn Segers wrote: > The DAP-2680 has a QCA9984 radio [1], but the commit adding support > mistakenly adds the QCA99x0 firmware package. See forum topic [2]. > > [1] https://wikidevi.wi-cat.ru/D-Link_DAP-2680_rev_A1 > [2]

[PATCH] trace:fix memory leak in main

2022-06-11 Thread junnanx . xu
From: Junnan XU Signed-off-by: Junnan XU --- trace/trace.c | 4 1 file changed, 4 insertions(+) diff --git a/trace/trace.c b/trace/trace.c index d895798..6fd321f 100644 --- a/trace/trace.c +++ b/trace/trace.c @@ -381,6 +381,10 @@ int main(int argc, char **argv, char **envp)

[PATCH] trace: fix memory leak in main

2022-06-11 Thread junnanx . xu
From: XU Junnan Signed-off-by: XU Junnan --- trace/trace.c | 4 1 file changed, 4 insertions(+) diff --git a/trace/trace.c b/trace/trace.c index d895798..6fd321f 100644 --- a/trace/trace.c +++ b/trace/trace.c @@ -381,6 +381,10 @@ int main(int argc, char **argv, char **envp)

[PATCH v1 2/6] ath79: D-Link DAP-2xxx (QCA955x): convert ath9k caldata to nvmem

2022-06-11 Thread Sander Vanheule
Convert the calibration data reference for the ath9k radio to an nvmem-cell, replacing the downstream mtd-cal-data property. Cc: Sebastian Schaper Signed-off-by: Sander Vanheule --- target/linux/ath79/dts/qca955x_dlink_dap-2xxx.dtsi | 13 - 1 file changed, 12 insertions(+), 1

[PATCH v1 4/6] ath79: D-Link DAP-2660 A1: convert ath10k caldata to nvmem

2022-06-11 Thread Sander Vanheule
Add the PCIe node for the ath10k radio to the devicetree, and refer to the art partition for the calibration data using nvmem-cells. MAC address assignment is moved to '10_fix_wifi_mac', so the device can then be removed from the caldata extraction script '11-ath10k-caldata'. Cc: Sebastian

[PATCH v1 0/6] ath79: convert QCA955x-based D-Link DAP-2xxx to nvmem

2022-06-11 Thread Sander Vanheule
Convert the QCA955x based devices to nvmem-cell based calibration data extraction, so this can be removed from the init scripts. Sander Vanheule (6): ath79: D-Link DAP-2xxx (QCA955x): move art partition to DTSI ath79: D-Link DAP-2xxx (QCA955x): convert ath9k caldata to nvmem ath79: D-Link

[PATCH v1 1/6] ath79: D-Link DAP-2xxx (QCA955x): move art partition to DTSI

2022-06-11 Thread Sander Vanheule
The art partition containing the radio calibration data is in the same location for all supported devices. Move the definition to the base file so the reference from the wmac node can reference the same file. Cc: Sebastian Schaper Signed-off-by: Sander Vanheule ---

[PATCH v1 6/6] ath79: D-Link DAP-3662 A1: convert ath10k caldata to nvmem

2022-06-11 Thread Sander Vanheule
Add the PCIe node for the ath10k radio to the devicetree, and refer to the art partition for the calibration data using nvmem-cells. MAC address assignment is moved to '10_fix_wifi_mac', so the device can then be removed from the caldata extraction script '11-ath10k-caldata'. Cc: Sebastian

[PATCH v1 3/6] ath79: D-Link DAP-2680 A1: convert ath10k caldata to nvmem

2022-06-11 Thread Sander Vanheule
Add the PCIe node for the ath10k radio to the devicetree, and refer to the art partition for the calibration data using nvmem-cells. MAC address assignment is moved to '10_fix_wifi_mac', so the device can then be removed from the caldata extraction script '11-ath10k-caldata'. Cc: Sebastian

[PATCH v1 5/6] ath79: D-Link DAP-2695 A1: convert ath10k caldata to nvmem

2022-06-11 Thread Sander Vanheule
Add the PCIe node for the ath10k radio to the devicetree, and refer to the art partition for the calibration data using nvmem-cells. MAC address assignment is moved to '10_fix_wifi_mac', so the device can then be removed from the caldata extraction script '11-ath10k-caldata'. Cc: Sebastian

Re: [PATCH] uqmi: fix compilation with GCC12

2022-06-11 Thread e9hack
The 'dangling pointer' issue can be fix without using malloc(). --- a/dev.c 2022-05-04 02:18:17.0 +0200 +++ b/dev.c 2022-06-11 08:48:21.185567953 +0200 @@ -206,6 +206,7 @@ void qmi_request_cancel(struct qmi_dev * int qmi_request_wait(struct qmi_dev *qmi, struct qmi_request *req)

Re: [PATCH] uqmi: fix compilation with GCC12

2022-06-11 Thread Bjørn Mork
e9hack writes: > The 'dangling pointer' issue can be fix without using malloc(). > > --- a/dev.c 2022-05-04 02:18:17.0 +0200 > +++ b/dev.c 2022-06-11 08:48:21.185567953 +0200 > @@ -206,6 +206,7 @@ void qmi_request_cancel(struct qmi_dev * > int qmi_request_wait(struct qmi_dev *qmi,

[PATCH v1 0/2] ath79: convert QCA953x-based D-Link DAP-2xxx to nvmem

2022-06-11 Thread Sander Vanheule
Convert the QCA9533 based devices to nvmem-cell based calibration data extraction, so the downstream mtd-cal-data property can be dropped. Sander Vanheule (2): ath79: D-Link DAP-2xxx (QCA953x): move art partition to DTSI ath79: D-Link DAP-2xxx (QCA953x): convert ath9k caldata to nvmem

[PATCH v1 2/2] ath79: D-Link DAP-2xxx (QCA953x): convert ath9k caldata to nvmem

2022-06-11 Thread Sander Vanheule
Convert the calibration data reference for the ath9k radio to an nvmem-cell, replacing the downstream mtd-cal-data property. Cc: Sebastian Schaper Signed-off-by: Sander Vanheule --- target/linux/ath79/dts/qca953x_dlink_dap-2xxx.dtsi | 13 - 1 file changed, 12 insertions(+), 1

[PATCH v1 1/2] ath79: D-Link DAP-2xxx (QCA953x): move art partition to DTSI

2022-06-11 Thread Sander Vanheule
The art partition containing the radio calibration data is in the same location for all supported devices. Move the definition to the base file so the reference from the wmac node can reference the same file. Cc: Sebastian Schaper Signed-off-by: Sander Vanheule ---

Re: [PATCH v1 2/2] ath79: D-Link DAP-2xxx (QCA953x): convert ath9k caldata to nvmem

2022-06-11 Thread Christian Lamparter
On 11/06/2022 14:05, Sander Vanheule wrote: Convert the calibration data reference for the ath9k radio to an nvmem-cell, replacing the downstream mtd-cal-data property. Cc: Sebastian Schaper Signed-off-by: Sander Vanheule --- target/linux/ath79/dts/qca953x_dlink_dap-2xxx.dtsi | 13

Re: [PATCH v1 2/2] ath79: D-Link DAP-2xxx (QCA953x): convert ath9k caldata to nvmem

2022-06-11 Thread Sander Vanheule
Hi Christian, On Sat, 2022-06-11 at 15:01 +0200, Christian Lamparter wrote: > On 11/06/2022 14:05, Sander Vanheule wrote: > > Convert the calibration data reference for the ath9k radio to an > > nvmem-cell, replacing the downstream mtd-cal-data property. > > > > Cc: Sebastian Schaper > >