diff options
| author | Jérôme Pouiller <[email protected]> | 2020-04-01 13:03:59 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-04-13 08:55:37 +0200 |
| commit | 39dbfa536b406fbe516e0ec7b571264ccf567edb (patch) | |
| tree | 7258b4cfc53ed9ff2a2d672d8d16e4eb68278350 /tools/perf/scripts/python/bin | |
| parent | cb851c867dc07aa643f8a9a1be4092775bae7532 (diff) | |
staging: wfx: improve interface between data_tx.c and queue.c
Currently, wfx_pending_remove() (from queue.c) call wfx_skb_dtor()
(from data_tx.c) that forward the tx status to mac80211.
Moreover, there no purpose to retrieve a frame from the pending queue
without dequeuing it. So, the main purpose of wfx_pending_remove() is to
forward the tx status to mac80211.
Let's make the architecture cleaner:
- merge wfx_pending_remove() into wfx_pending_get()
- call wfx_skb_dtor() from data_tx.c
Reviewed-by: Dan Carpenter <[email protected]>
Signed-off-by: Jérôme Pouiller <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions