Re: [PATCH 02/31] staging: wfx: fix HIF API license

2022-01-13 Thread Jérôme Pouiller
On Thursday 13 January 2022 12:50:23 CET Kalle Valo wrote: > Jerome Pouiller writes: > > > From: Jérôme Pouiller > > > > Apache-2.0 is not allowed in the kernel. > > > > Signed-off-by: Jérôme Pouiller > > --- > > drivers/staging/wfx/hif_api_cmd.h | 2 +- > > drivers/staging/wfx/hif_api_gen

Re: [PATCH 02/31] staging: wfx: fix HIF API license

2022-01-13 Thread Kalle Valo
Jerome Pouiller writes: > From: Jérôme Pouiller > > Apache-2.0 is not allowed in the kernel. > > Signed-off-by: Jérôme Pouiller > --- > drivers/staging/wfx/hif_api_cmd.h | 2 +- > drivers/staging/wfx/hif_api_general.h | 2 +- > drivers/staging/wfx/hif_api_mib.h | 2 +- > 3 files change

[PATCH 02/31] staging: wfx: fix HIF API license

2022-01-13 Thread Jerome Pouiller
From: Jérôme Pouiller Apache-2.0 is not allowed in the kernel. Signed-off-by: Jérôme Pouiller --- drivers/staging/wfx/hif_api_cmd.h | 2 +- drivers/staging/wfx/hif_api_general.h | 2 +- drivers/staging/wfx/hif_api_mib.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --g