Re: iwx(4) 40MHz channel support

2021-10-12 Thread Felix Kronlage-Dammers
On Tue, Oct 12, 2021 at 04:29:47PM +0200, Hrvoje Popovski wrote: > > Please sync your source tree before attempting to apply this patch. > > I have committed some changes to this driver today which this patch > > is based on. > > Works for me on AX200/AX201. Does anyone else want to do a

Re: More pchgpio(4)

2021-10-12 Thread Mike Larkin
On Sun, Oct 10, 2021 at 11:42:31PM +0200, Mark Kettenis wrote: > > Date: Sat, 9 Oct 2021 22:27:52 +0200 (CEST) > > From: Mark Kettenis > > > > > Date: Sat, 9 Oct 2021 20:55:10 +0200 (CEST) > > > From: Mark Kettenis > > > > > > This time adding support for Sunrisepoint-H and Sunrisepoint-LP. > >

unp_externalize() and `unp_lock'

2021-10-12 Thread Vitaliy Makkoveev
I want to move a little bit forward with fine grained locking in UNIX domain sockets area. My goal is to introduce the new rwlock(9) for garbage collector data and keep existing `unp_lock' only for per-socket data. This will allow to replace it by per-socket `so_lock' in the future. I like to

Re: iwx(4) 40MHz channel support

2021-10-12 Thread Hrvoje Popovski
On 12.10.2021. 14:47, Stefan Sperling wrote: > This patch adds support for 40MHz channels to iwx(4). > > Please sync your source tree before attempting to apply this patch. > I have committed some changes to this driver today which this patch > is based on. > > Works for me on AX200/AX201. Does

Re: Variable type fix in parse.y (all of them)

2021-10-12 Thread Christian Weisgerber
Christian Weisgerber: > Here's another attempt, incorporating millert's feedback and adding > a few more casts: Any interest in this or not worth the churn and I should drop it? > Index: bin/chio/parse.y > === > RCS file:

iwx(4) 40MHz channel support

2021-10-12 Thread Stefan Sperling
This patch adds support for 40MHz channels to iwx(4). Please sync your source tree before attempting to apply this patch. I have committed some changes to this driver today which this patch is based on. Works for me on AX200/AX201. Does anyone else want to do a pre-commit test? diff

Re: iwx(4) 40MHz channel support

2021-10-12 Thread Eric Auge
+1 improvement here too. before: ~50 mbit/s after: ~75 mbit/s hth, cheers, eric. On Tue, Oct 12, 2021 at 8:27 PM Felix Kronlage-Dammers wrote: > > On Tue, Oct 12, 2021 at 04:29:47PM +0200, Hrvoje Popovski wrote: > > > > Please sync your source tree before attempting to apply this patch. > > >

Re: Variable type fix in parse.y (all of them)

2021-10-12 Thread Sebastian Benoit
Christian Weisgerber(na...@mips.inka.de) on 2021.10.12 12:49:24 +0200: > Christian Weisgerber: > > > Here's another attempt, incorporating millert's feedback and adding > > a few more casts: > > Any interest in this or not worth the churn and I should drop it? i think it should go in. ok