Re: Backports b43 fix No 2GHz EPA gain table available for this device on phy rev 17 (bcm43217)

2022-07-20 Thread Anthony Blakemore
>How is it a backport then? Not a backport but a patch for linux-backports. >Upstream Linux kernel is perfectly fine with routers support so please send it >to linux-wireless. Noted. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https:/

Backports b43 fix No 2GHz EPA gain table available for this device on phy rev 17 (bcm43217)

2022-07-20 Thread Anthony Blakemore
ch to linux-wireless Signed-off-by: Anthony Blakemore diff --git a/package/kernel/mac80211/patches/brcm/1001-add-tx-gain-epa-phy-rev17-table.patch b/package/kernel/mac80211/patches/brcm/1001-add-tx-gain-epa-phy-rev17-table.patch new file mode 100644 index 00..d37de93c50 --- /dev/null +

Re: [OpenWrt-Devel] DesignWare USB OTG dwc_otg issues with high-speed hubs

2012-08-12 Thread Anthony
I'm just about to get stuck into this driver but it will be my first attempt at usb stuff. Maybe this will help: http://www.tracermcc.ru/foto/bender/RT3050_5x_V2.0_081408_0902.pdf I don't see anything about private or proprietary licensing so it should be ok. On 11/08/2012 17:24, Nikolai Zh

[OpenWrt-Devel] ramips: new board patching

2012-07-08 Thread Anthony
I've got my HG532 board running using the method described in the wiki. Now, do i need to use quilt to make a platform patch before diff-ing. Like with brcm. Or can i go ahead and just diff the tree as the modified files aren't part of the kernel source tree? Than

[OpenWrt-Devel] [PATCH] yaddns: update to 1.1

2011-11-21 Thread Anthony Viallard
account. * fix buffer overread in base64_encode function * implement unit tests * add -L, --use-syslog option Regards, Anthony. Index: Makefile === --- Makefile (révision 29241) +++ Makefile (copie de travail

[OpenWrt-Devel] [PATCH] bcm63xx spi fix-fix

2011-07-25 Thread Anthony Blakemore
In 240-spi.patch, spi registers for bcm6348 were all messed up. This patch fixes that. It also fixes some spi commands for all bcm63xx. Signed-off-by: Anthony Blakemore Index: target/linux/brcm63xx/patches-2.6.39/240-spi.patch

[OpenWrt-Devel] [PATCH] yaddns: update to 1.1-rc2

2011-05-19 Thread Anthony Viallard
: * --enable-debug * --enable-debug-log * fix segfault case if user remove account cfg and SIGHUP yaddns when doing update procedure for the removed account. * fix buffer overread in base64_encode function * implement unit tests Regards, Anthony. --- Makefile.orig 2011-05-19 17:36