Re: [PATCH 8/9] mac80211: Support adding duration for prepare_tx() callback

2018-04-21 Thread Kalle Valo
Luca Coelho writes: > On Fri, 2018-04-20 at 12:43 -0700, Peter Oh wrote: >> where is the 9th patch gone? > > At least patchwork caught it so it must have been delivered to linux-wi > rel...@vger.kernel.org: > > https://patchwork.kernel.org/patch/10352447/ > > Did you still not

Re: [PATCH 8/9] mac80211: Support adding duration for prepare_tx() callback

2018-04-21 Thread Luca Coelho
On Fri, 2018-04-20 at 12:43 -0700, Peter Oh wrote: > where is the 9th patch gone? At least patchwork caught it so it must have been delivered to linux-wi rel...@vger.kernel.org: https://patchwork.kernel.org/patch/10352447/ Did you still not receive it? Has anyone else not received it? --

Re: [PATCH 8/9] mac80211: Support adding duration for prepare_tx() callback

2018-04-20 Thread Peter Oh
where is the 9th patch gone? On 04/20/2018 03:49 AM, Luca Coelho wrote: From: Ilan Peer There are specific cases, such as SAE authentication exchange, that might require long duration to complete. For such cases, add support for indicating to the driver the required

[PATCH 8/9] mac80211: Support adding duration for prepare_tx() callback

2018-04-20 Thread Luca Coelho
From: Ilan Peer There are specific cases, such as SAE authentication exchange, that might require long duration to complete. For such cases, add support for indicating to the driver the required duration of the prepare_tx() operation, so the driver would still be able to