summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/data_tx.h
AgeCommit message (Expand)AuthorLines
2022-04-06wfx: get out from the staging areaJérôme Pouiller-66/+0
2022-01-25staging: wfx: reformat code on 100 columnsJérôme Pouiller-4/+2
2022-01-25staging: wfx: prefix structs tx_policy and hwbus_ops with wfx_Jérôme Pouiller-5/+5
2022-01-25staging: wfx: prefix structs hif_* with wfx_Jérôme Pouiller-4/+4
2021-09-14staging: wfx: remove useless comments after #endifJérôme Pouiller-1/+1
2021-09-14staging: wfx: avoid c99 commentsJérôme Pouiller-1/+1
2021-09-14staging: wfx: update files descriptionsJérôme Pouiller-1/+1
2021-03-10Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman-0/+3
2021-02-12staging: wfx: remove unused included header filesMuhammad Usama Anjum-3/+0
2021-02-08staging: wfx: fix possible panic with re-queued framesJérôme Pouiller-0/+1
2020-10-07staging: wfx: update copyrights datesJérôme Pouiller-1/+1
2020-08-28staging: wfx: drop useless field from struct wfx_tx_privJérôme Pouiller-2/+1
2020-07-03staging: wfx: drop counter of buffered framesJérôme Pouiller-1/+0
2020-07-03staging: wfx: correctly retrieve vif ID from Tx confirmationJérôme Pouiller-1/+1
2020-04-28staging: wfx: fix the warning "inconsistent notification"Jérôme Pouiller-0/+1
2020-04-13staging: wfx: relocate TX_RETRY_POLICY_MAX and TX_RETRY_POLICY_INVALID to hif...Jérôme Pouiller-1/+1
2020-04-13staging: wfx: repair wfx_flush()Jérôme Pouiller-1/+2
2020-04-13staging: wfx: drop unused raw_link_id fieldJérôme Pouiller-1/+0
2020-04-13staging: wfx: drop unused link_id fieldJérôme Pouiller-1/+0
2020-03-11staging: wfx: data_tx.h: remove space after castKaaira Gupta-1/+1
2020-01-16staging: wfx: replace wfx_tx_get_tid() with ieee80211_get_tid()Jérôme Pouiller-1/+0
2020-01-16staging: wfx: simplify the link-id allocationJérôme Pouiller-19/+0
2020-01-16staging: wfx: relocate "buffered" information to sta_privJérôme Pouiller-4/+0
2020-01-16staging: wfx: remove handling of "early_data"Jérôme Pouiller-1/+0
2019-12-18staging: wfx: ensure that received hif messages are never modifiedJérôme Pouiller-1/+1
2019-12-18staging: wfx: use boolean appropriatelyJérôme Pouiller-1/+1
2019-12-18staging: wfx: fix counter overflowJérôme Pouiller-1/+1
2019-12-18staging: wfx: fix the cache of rate policies on interface resetJérôme Pouiller-0/+1
2019-11-11staging: wfx: replace uintXX_t to uXX and intXX_t to sXXJules Irenge-9/+9
2019-10-26staging: wfx: fix warnings of no space is necessaryJules Irenge-2/+2
2019-10-08staging: wfx: avoid namespace contaminationJérôme Pouiller-1/+1
2019-10-04staging: wfx: allow to send 802.11 framesJérôme Pouiller-0/+93