summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/queue.h
Commit message (Expand)AuthorAgeFilesLines
* wfx: get out from the staging areaJérôme Pouiller2022-04-061-44/+0
* staging: wfx: fix structs alignmentsJérôme Pouiller2022-01-251-4/+4
* staging: wfx: reformat code on 100 columnsJérôme Pouiller2022-01-251-2/+1
* staging: wfx: prefix structs hif_* with wfx_Jérôme Pouiller2022-01-251-1/+1
* staging: wfx: remove useless comments after #endifJérôme Pouiller2021-09-141-1/+1
* staging: wfx: avoid c99 commentsJérôme Pouiller2021-09-141-1/+1
* staging: wfx: update files descriptionsJérôme Pouiller2021-09-141-1/+1
* Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman2021-03-101-0/+3
* staging: wfx: remove unused included header filesMuhammad Usama Anjum2021-02-121-3/+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-0/+1
* staging: wfx: correctly retrieve vif ID from Tx confirmationJérôme Pouiller2020-07-031-1/+1
* staging: wfx: associate tx_queues to vifsJérôme Pouiller2020-07-031-8/+7
* staging: wfx: drop unused function wfx_pending_requeue()Jérôme Pouiller2020-05-271-1/+0
* staging: wfx: remove useless header inclusionsJérôme Pouiller2020-05-131-2/+0
* staging: wfx: relocate LINK_ID_NO_ASSOC and MAX_STA_IN_AP_MODE to hif APIJérôme Pouiller2020-04-131-3/+0
* staging: wfx: repair wfx_flush()Jérôme Pouiller2020-04-131-4/+6
* staging: wfx: improve interface between data_tx.c and queue.cJérôme Pouiller2020-04-131-1/+0
* staging: wfx: simplify usage of wfx_tx_queues_put()Jérôme Pouiller2020-04-131-2/+1
* staging: wfx: drop struct wfx_queue_statsJérôme Pouiller2020-04-131-5/+0
* staging: wfx: change the way to choose frame to sendJérôme Pouiller2020-04-131-2/+2
* staging: wfx: introduce a counter of pending framesJérôme Pouiller2020-04-131-0/+2
* staging: wfx: replace wfx_tx_queues_get_after_dtim() by wfx_tx_queues_has_cab()Jérôme Pouiller2020-04-131-1/+1
* staging: wfx: drop unused link_id fieldJérôme Pouiller2020-04-131-2/+0
* staging: wfx: drop useless link_map_cacheJérôme Pouiller2020-04-131-3/+0
* staging: wfx: drop argument tx_allowed_mask since it is constant nowJérôme Pouiller2020-04-131-1/+1
* staging: wfx: simplify wfx_tx_queues_empty()Jérôme Pouiller2020-04-131-1/+1
* staging: wfx: drop useless queue_id fieldJérôme Pouiller2020-04-131-1/+0
* staging: wfx: take advantage of ieee80211_{stop/start}_queuesJérôme Pouiller2020-04-131-3/+0
* staging: wfx: simplify wfx_tx_queue_get_num_queued()Jérôme Pouiller2020-01-161-1/+1
* staging: wfx: simplify handling of IEEE80211_TX_CTL_SEND_AFTER_DTIMJérôme Pouiller2020-01-161-0/+1
* staging: wfx: simplify the link-id allocationJérôme Pouiller2020-01-161-3/+4
* staging: align to fix warnings of line over 80 charactersJules Irenge2019-11-141-2/+4
* staging: wfx: allow to send 802.11 framesJérôme Pouiller2019-10-041-0/+59