diff options
| author | Ajay Singh <[email protected]> | 2018-06-04 10:59:07 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2018-06-17 09:05:13 +0200 |
| commit | 3d9241d652748cd94f333562da45e8bd85ff6a47 (patch) | |
| tree | d1fe166ede4243691868727532cf3241f0a8f278 /tools/perf/scripts/python/netdev-times.py | |
| parent | e986b667ea6a4af33e28997f950e4ff196ec8f36 (diff) | |
staging: wilc1000: use list_head to maintain 'txq_entry_t' elements of tx queue
Use list_head data structure for the doubly linked list instead of own
implementation.
Only 'txq_head' is required, so removed the txq_tail pointer from
'wilc' structure.
Following functions are modified to provide data using list_head API's
wilc_wlan_txq_remove()
wilc_wlan_txq_remove_from_head()
wilc_wlan_txq_add_to_tail()
wilc_wlan_txq_add_to_head()
wilc_wlan_txq_get_first()
wilc_wlan_txq_get_next()
Signed-off-by: Ajay Singh <[email protected]>
Reviewed-by: Claudiu Beznea <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions