diff options
| author | Jérôme Pouiller <jerome.pouiller@silabs.com> | 2019-09-19 14:25:48 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-10-04 10:48:54 +0200 |
| commit | 40115bbc40e2fd2de0e01ef2a28e0d09a1b5d0d1 (patch) | |
| tree | d3d7723d90f9ec8ae5c77e30ce61df6ffd523640 /drivers/staging/wfx/debug.c | |
| parent | staging: wfx: implement 802.11 key handling (diff) | |
| download | linux-40115bbc40e2fd2de0e01ef2a28e0d09a1b5d0d1.tar.gz linux-40115bbc40e2fd2de0e01ef2a28e0d09a1b5d0d1.zip | |
staging: wfx: implement the rest of mac80211 API
Finish to fill struct ieee80211_ops with necessary callbacks. Driver is
now ready to be registered to mac80211.
Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20190919142527.31797-21-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wfx/debug.c')
| -rw-r--r-- | drivers/staging/wfx/debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/wfx/debug.c b/drivers/staging/wfx/debug.c index 1e23bb5bde3e..3261b267c385 100644 --- a/drivers/staging/wfx/debug.c +++ b/drivers/staging/wfx/debug.c @@ -11,7 +11,9 @@ #include "debug.h" #include "wfx.h" +#include "sta.h" #include "main.h" +#include "hif_tx.h" #include "hif_tx_mib.h" #define CREATE_TRACE_POINTS |
