Re: [PATCH v7 13/24] wfx: add hif_tx*.c/hif_tx*.h

2021-10-05 Thread Jakub Kicinski
On Tue, 05 Oct 2021 09:12:27 +0300 Kalle Valo wrote: > >> I didn't know it was mandatory to prefix all the functions with the > >> same prefix. > > I don't know either if this is mandatory or not, for example I do not > have any recollection what Linus and other maintainers think of this. I >

Re: [PATCH v7 13/24] wfx: add hif_tx*.c/hif_tx*.h

2021-10-05 Thread Jérôme Pouiller
On Tuesday 5 October 2021 10:21:27 CEST Greg Kroah-Hartman wrote: > On Tue, Oct 05, 2021 at 10:17:32AM +0200, Jérôme Pouiller wrote: > > On Tuesday 5 October 2021 08:12:27 CEST Kalle Valo wrote: > > > Pali Rohár writes: > > > > On Friday 01 October 2021 17:17:52 Jérôme Pouiller wrote: > > > >> On

Re: [PATCH v7 13/24] wfx: add hif_tx*.c/hif_tx*.h

2021-10-05 Thread Greg Kroah-Hartman
On Tue, Oct 05, 2021 at 10:17:32AM +0200, Jérôme Pouiller wrote: > On Tuesday 5 October 2021 08:12:27 CEST Kalle Valo wrote: > > Pali Rohár writes: > > > On Friday 01 October 2021 17:17:52 Jérôme Pouiller wrote: > > >> On Friday 1 October 2021 11:55:33 CEST Kalle Valo wrote: > > >> > Jerome

Re: [PATCH v7 13/24] wfx: add hif_tx*.c/hif_tx*.h

2021-10-05 Thread Jérôme Pouiller
On Tuesday 5 October 2021 08:12:27 CEST Kalle Valo wrote: > Pali Rohár writes: > > On Friday 01 October 2021 17:17:52 Jérôme Pouiller wrote: > >> On Friday 1 October 2021 11:55:33 CEST Kalle Valo wrote: > >> > Jerome Pouiller writes: > >> > > >> > > From: Jérôme Pouiller > >> > > > >> > >

Re: [PATCH v7 13/24] wfx: add hif_tx*.c/hif_tx*.h

2021-10-05 Thread Greg Kroah-Hartman
On Tue, Oct 05, 2021 at 09:12:27AM +0300, Kalle Valo wrote: > Pali Rohár writes: > > > On Friday 01 October 2021 17:17:52 Jérôme Pouiller wrote: > >> On Friday 1 October 2021 11:55:33 CEST Kalle Valo wrote: > >> > CAUTION: This email originated from outside of the organization. > >> > Do not

Re: [PATCH v7 13/24] wfx: add hif_tx*.c/hif_tx*.h

2021-10-05 Thread Kalle Valo
Pali Rohár writes: > On Friday 01 October 2021 17:17:52 Jérôme Pouiller wrote: >> On Friday 1 October 2021 11:55:33 CEST Kalle Valo wrote: >> > CAUTION: This email originated from outside of the organization. >> > Do not click links or open attachments unless you recognize the >> > sender and

Re: [PATCH v7 13/24] wfx: add hif_tx*.c/hif_tx*.h

2021-10-01 Thread Pali Rohár
On Friday 01 October 2021 17:17:52 Jérôme Pouiller wrote: > On Friday 1 October 2021 11:55:33 CEST Kalle Valo wrote: > > CAUTION: This email originated from outside of the organization. Do not > > click links or open attachments unless you recognize the sender and know > > the content is safe. >

Re: [PATCH v7 13/24] wfx: add hif_tx*.c/hif_tx*.h

2021-10-01 Thread Jérôme Pouiller
On Friday 1 October 2021 11:55:33 CEST Kalle Valo wrote: > CAUTION: This email originated from outside of the organization. Do not click > links or open attachments unless you recognize the sender and know the > content is safe. > > > Jerome Pouiller writes: > > > From: Jérôme Pouiller > >

Re: [PATCH v7 13/24] wfx: add hif_tx*.c/hif_tx*.h

2021-10-01 Thread Kalle Valo
Jerome Pouiller writes: > From: Jérôme Pouiller > > Signed-off-by: Jérôme Pouiller [...] > --- /dev/null > +++ b/drivers/net/wireless/silabs/wfx/hif_tx_mib.h > @@ -0,0 +1,49 @@ > +/* SPDX-License-Identifier: GPL-2.0-only */ > +/* > + * Implementation of the host-to-chip MIBs of the hardware

[PATCH v7 13/24] wfx: add hif_tx*.c/hif_tx*.h

2021-09-20 Thread Jerome Pouiller
From: Jérôme Pouiller Signed-off-by: Jérôme Pouiller --- drivers/net/wireless/silabs/wfx/hif_tx.c | 514 +++ drivers/net/wireless/silabs/wfx/hif_tx.h | 60 +++ drivers/net/wireless/silabs/wfx/hif_tx_mib.c | 324 drivers/net/wireless/silabs/wfx/hif_tx_mib.h