Re: [PATCH v2] staging: wfx: refactor to avoid duplication at hif_tx.c

2020-08-18 Thread Greg KH
On Mon, Aug 10, 2020 at 11:38:33AM +0200, Jérôme Pouiller wrote: > Hello Tomer, > > On Wednesday 5 August 2020 14:14:42 CEST Tomer Samara wrote: > > > > Add functions wfx_full_send(), wfx_full_send_no_reply_async(), > > wfx_full_send_no_reply() and wfx_full_send_no_reply_free() > > which works

Re: [PATCH v2] staging: wfx: refactor to avoid duplication at hif_tx.c

2020-08-10 Thread Jérôme Pouiller
Hello Tomer, On Wednesday 5 August 2020 14:14:42 CEST Tomer Samara wrote: > > Add functions wfx_full_send(), wfx_full_send_no_reply_async(), > wfx_full_send_no_reply() and wfx_full_send_no_reply_free() > which works as follow: > wfx_full_send() - simple wrapper for both wfx_fill_header() >

[PATCH v2] staging: wfx: refactor to avoid duplication at hif_tx.c

2020-08-05 Thread Tomer Samara
Add functions wfx_full_send(), wfx_full_send_no_reply_async(), wfx_full_send_no_reply() and wfx_full_send_no_reply_free() which works as follow: wfx_full_send() - simple wrapper for both wfx_fill_header() and wfx_cmd_send(). wfx_full_send_no_reply_async() - wrapper for both but