staging: wfx: allow to receive 802.11 frames
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Thu, 19 Sep 2019 14:25:46 +0000 (14:25 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Oct 2019 08:47:36 +0000 (10:47 +0200)
commit1f21b7fefa7290f4d66d4f23117e892b1aaf10d9
tree077e99be8e46bc4664bda440f7f9c3baa7a1074f
parent9bca45f3d6924f19f29c0d019e961af3f41bdc9e
staging: wfx: allow to receive 802.11 frames

Again, this task is more complex than it should since driver try to
handle itself power saving of stations.

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