staging: wfx: instantiate mac80211 data
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)
commite16e7f0716a6ba9a690fc5229a6e35e00e03b805
tree9ff8d2c1010a8bb9282d6baf9df12852054ed05f
parent185c106f79bf2714e86316057948b8c2853b0666
staging: wfx: instantiate mac80211 data

Allocate a struct ieee80211_hw but do not yet register it.

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