staging: wfx: add support for start-up indication
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Thu, 19 Sep 2019 14:25:41 +0000 (14:25 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Oct 2019 08:46:09 +0000 (10:46 +0200)
commit185c106f79bf2714e86316057948b8c2853b0666
treef28461f5a46c0d894ab898e65c0eed5835ac42f4
parent1cc298c9152352b36a7b0019b40e1863689727b2
staging: wfx: add support for start-up indication

Once firmware is loaded, it send a first indication to host. This
indication signalize that host can start to communicate with firmware.
In add, it contains information about chip and firmware (MAC addresses,
firmware version, etc...).

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20190919142527.31797-10-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/Makefile
drivers/staging/wfx/bh.c
drivers/staging/wfx/hif_rx.c [new file with mode: 0644]
drivers/staging/wfx/hif_rx.h [new file with mode: 0644]
drivers/staging/wfx/main.c
drivers/staging/wfx/wfx.h