staging: wfx: allow to send 802.11 frames
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Thu, 19 Sep 2019 14:25:45 +0000 (14:25 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Oct 2019 08:47:35 +0000 (10:47 +0200)
commit9bca45f3d6924f19f29c0d019e961af3f41bdc9e
treead4801c513155558e7e636c734d15d2cce6214fd
parentf4a71ba8753d94cc5c1e73746352274a598a25ee
staging: wfx: allow to send 802.11 frames

Three things make this task more complex than it should:
  - Chip necessitate to associate a link-id to each station. It is same
    thing than association ID but, using 8 bits only.
  - Rate policy is sent separately from Tx frames
  - Driver try to handle itself power saving of stations and multicast
    data

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