summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/queue.c
Commit message (Expand)AuthorAgeFilesLines
* wfx: get out from the staging areaJérôme Pouiller2022-04-061-297/+0
* staging: wfx: format comments on 100 columnsJérôme Pouiller2022-02-251-5/+4
* staging: wfx: reformat comments on 100 columnsJérôme Pouiller2022-01-251-3/+2
* staging: wfx: reformat code on 100 columnsJérôme Pouiller2022-01-251-16/+8
* staging: wfx: prefix structs hif_* with wfx_Jérôme Pouiller2022-01-251-11/+11
* staging: wfx: avoid c99 commentsJérôme Pouiller2021-09-141-12/+15
* staging: wfx: update files descriptionsJérôme Pouiller2021-09-141-1/+1
* staging: wfx: take advantage of wfx_tx_queue_empty()Jérôme Pouiller2021-09-141-8/+7
* staging: wfx: fix atomic accesses in wfx_tx_queue_empty()Jérôme Pouiller2021-09-141-1/+2
* Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman2021-03-101-0/+4
* staging: wfx: remove unused included header filesMuhammad Usama Anjum2021-02-121-4/+0
* staging: wfx: update copyrights datesJérôme Pouiller2020-10-071-1/+1
* staging: wfx: fix QoS priority for slow busesJérôme Pouiller2020-10-071-2/+12
* staging: wfx: add tracepoint "queues_stats"Jérôme Pouiller2020-07-031-0/+3
* staging: wfx: correctly retrieve vif ID from Tx confirmationJérôme Pouiller2020-07-031-10/+12
* staging: wfx: check the vif ID of the Tx confirmationsJérôme Pouiller2020-07-031-1/+5
* staging: wfx: associate tx_queues to vifsJérôme Pouiller2020-07-031-80/+63
* staging: wfx: drop useless loopJérôme Pouiller2020-06-161-11/+8
* staging: wfx: fix AC priorityJérôme Pouiller2020-06-161-1/+1
* staging: wfx: drop unused function wfx_pending_requeue()Jérôme Pouiller2020-05-271-13/+0
* staging: wfx: remove false-positive WARN()Jérôme Pouiller2020-05-151-7/+0
* staging: wfx: change the field chip_frozen into a booleanJérôme Pouiller2020-04-281-1/+1
* staging: wfx: introduce wfx_set_default_unicast_key()Jérôme Pouiller2020-04-231-33/+0
* staging: wfx: use ieee80211_beacon_loss() provided by mac80211Jérôme Pouiller2020-04-231-11/+0
* staging: wfx: fix potential deadlock in wfx_tx_flush()Jérôme Pouiller2020-04-131-0/+2
* staging: wfx: repair wfx_flush()Jérôme Pouiller2020-04-131-79/+70
* staging: wfx: improve interface between data_tx.c and queue.cJérôme Pouiller2020-04-131-15/+7
* staging: wfx: simplify usage of wfx_tx_queues_put()Jérôme Pouiller2020-04-131-3/+3
* staging: wfx: drop struct wfx_queue_statsJérôme Pouiller2020-04-131-21/+15
* staging: wfx: change the way to choose frame to sendJérôme Pouiller2020-04-131-141/+87
* staging: wfx: introduce a counter of pending framesJérôme Pouiller2020-04-131-0/+15
* staging: wfx: replace wfx_tx_queues_get_after_dtim() by wfx_tx_queues_has_cab()Jérôme Pouiller2020-04-131-20/+20
* staging: wfx: do not rely anymore on link_id to choose packet in queueJérôme Pouiller2020-04-131-5/+6
* staging: wfx: drop useless link_map_cacheJérôme Pouiller2020-04-131-48/+12
* staging: wfx: do not use link_map_cache to track CABJérôme Pouiller2020-04-131-5/+8
* staging: wfx: drop argument tx_allowed_mask since it is constant nowJérôme Pouiller2020-04-131-37/+11
* staging: wfx: drop useless sta_asleep_maskJérôme Pouiller2020-04-131-12/+2
* staging: wfx: simplify wfx_tx_queue_mask_get()Jérôme Pouiller2020-04-131-9/+6
* staging: wfx: drop unused argument in wfx_get_prio_queue()Jérôme Pouiller2020-04-131-5/+2
* staging: wfx: simplify wfx_tx_queues_empty()Jérôme Pouiller2020-04-131-12/+6
* staging: wfx: simplify hif_handle_tx_data()Jérôme Pouiller2020-04-131-9/+10
* staging: wfx: avoid useless wake_upJérôme Pouiller2020-04-131-4/+2
* staging: wfx: drop useless queue_id fieldJérôme Pouiller2020-04-131-3/+1
* staging: wfx: remove "burst" mechanismJérôme Pouiller2020-04-131-23/+0
* staging: wfx: take advantage of ieee80211_{stop/start}_queuesJérôme Pouiller2020-04-131-29/+0
* staging: wfx: remove unneeded spacesLourdes Pedrajas2020-03-171-1/+1
* staging: wfx: annotate nested gc_list vs tx queue lockingMichał Mirosław2020-02-111-8/+8
* staging: wfx: remove set but not used variable 'tx_priv'YueHaibing2020-02-111-2/+0
* staging: wfx: simplify wfx_tx_queue_get_num_queued()Jérôme Pouiller2020-01-161-9/+5
* staging: wfx: simplify hif_handle_tx_data()Jérôme Pouiller2020-01-161-25/+15