aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/queue.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-06wfx: get out from the staging areaJérôme Pouiller1-44/+0
2022-01-25staging: wfx: fix structs alignmentsJérôme Pouiller1-4/+4
2022-01-25staging: wfx: reformat code on 100 columnsJérôme Pouiller1-2/+1
2022-01-25staging: wfx: prefix structs hif_* with wfx_Jérôme Pouiller1-1/+1
2021-09-14staging: wfx: remove useless comments after #endifJérôme Pouiller1-1/+1
2021-09-14staging: wfx: avoid c99 commentsJérôme Pouiller1-1/+1
2021-09-14staging: wfx: update files descriptionsJérôme Pouiller1-1/+1
2021-03-10Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman1-0/+3
2021-02-12staging: wfx: remove unused included header filesMuhammad Usama Anjum1-3/+0
2020-10-07staging: wfx: update copyrights datesJérôme Pouiller1-1/+1
2020-10-07staging: wfx: fix QoS priority for slow busesJérôme Pouiller1-0/+1
2020-07-03staging: wfx: correctly retrieve vif ID from Tx confirmationJérôme Pouiller1-1/+1
2020-07-03staging: wfx: associate tx_queues to vifsJérôme Pouiller1-8/+7
2020-05-27staging: wfx: drop unused function wfx_pending_requeue()Jérôme Pouiller1-1/+0
2020-05-13staging: wfx: remove useless header inclusionsJérôme Pouiller1-2/+0
2020-04-13staging: wfx: relocate LINK_ID_NO_ASSOC and MAX_STA_IN_AP_MODE to hif APIJérôme Pouiller1-3/+0
2020-04-13staging: wfx: repair wfx_flush()Jérôme Pouiller1-4/+6
2020-04-13staging: wfx: improve interface between data_tx.c and queue.cJérôme Pouiller1-1/+0
2020-04-13staging: wfx: simplify usage of wfx_tx_queues_put()Jérôme Pouiller1-2/+1
2020-04-13staging: wfx: drop struct wfx_queue_statsJérôme Pouiller1-5/+0
2020-04-13staging: wfx: change the way to choose frame to sendJérôme Pouiller1-2/+2
2020-04-13staging: wfx: introduce a counter of pending framesJérôme Pouiller1-0/+2
2020-04-13staging: wfx: replace wfx_tx_queues_get_after_dtim() by wfx_tx_queues_has_cab()Jérôme Pouiller1-1/+1
2020-04-13staging: wfx: drop unused link_id fieldJérôme Pouiller1-2/+0
2020-04-13staging: wfx: drop useless link_map_cacheJérôme Pouiller1-3/+0
2020-04-13staging: wfx: drop argument tx_allowed_mask since it is constant nowJérôme Pouiller1-1/+1
2020-04-13staging: wfx: simplify wfx_tx_queues_empty()Jérôme Pouiller1-1/+1
2020-04-13staging: wfx: drop useless queue_id fieldJérôme Pouiller1-1/+0
2020-04-13staging: wfx: take advantage of ieee80211_{stop/start}_queuesJérôme Pouiller1-3/+0
2020-01-16staging: wfx: simplify wfx_tx_queue_get_num_queued()Jérôme Pouiller1-1/+1
2020-01-16staging: wfx: simplify handling of IEEE80211_TX_CTL_SEND_AFTER_DTIMJérôme Pouiller1-0/+1
2020-01-16staging: wfx: simplify the link-id allocationJérôme Pouiller1-3/+4
2019-11-14staging: align to fix warnings of line over 80 charactersJules Irenge1-2/+4
2019-10-04staging: wfx: allow to send 802.11 framesJérôme Pouiller1-0/+59