Re: [PATCH 13/31] staging: wfx: update with API 3.8

2021-09-10 Thread Jérôme Pouiller
On Friday 10 September 2021 18:43:26 CEST Kari Argillander wrote: > > On Fri, Sep 10, 2021 at 06:04:46PM +0200, Jerome Pouiller wrote: > > From: Jérôme Pouiller > > > > API 3.8 introduces new statistic counters. These changes are backward > > compatible. > > It will be obvious to some what API 3

Re: [PATCH 13/31] staging: wfx: update with API 3.8

2021-09-10 Thread Kari Argillander
On Fri, Sep 10, 2021 at 06:04:46PM +0200, Jerome Pouiller wrote: > From: Jérôme Pouiller > > API 3.8 introduces new statistic counters. These changes are backward > compatible. It will be obvious to some what API 3.8 is. But at least me can rise my hand and admit that I do not. Probably wfx api

[PATCH 13/31] staging: wfx: update with API 3.8

2021-09-10 Thread Jerome Pouiller
From: Jérôme Pouiller API 3.8 introduces new statistic counters. These changes are backward compatible. Signed-off-by: Jérôme Pouiller --- drivers/staging/wfx/debug.c | 3 +++ drivers/staging/wfx/hif_api_mib.h | 5 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/drive