]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3bc515b0b362589a2a09b90020438ca20e4acc95
tree077e99be8e46bc4664bda440f7f9c3baa7a1074f
parentf3e67efd33449f888042a757b17c0e1057bf43fa
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