summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtw88/tx.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: rtw88: simplify __rtw_tx_work()Dmitry Antipov2023-11-081-2/+1
* wifi: rtw88: remove unused and set but unused leftoversDmitry Antipov2023-07-251-2/+0
* wifi: rtw88: Fix AP mode incorrect DTIM behaviorPo-Hao Huang2023-06-211-1/+6
* wifi: rtw88: use struct instead of macros to set TX descPo-Hao Huang2023-06-211-35/+44
* wifi: rtw88: process VO packets without workqueue to avoid PTK rekey failedChih-Kang Chang2023-06-211-2/+8
* wifi: rtw88: Move enum rtw_tx_queue_type mapping code to tx.{c,h}Martin Blumenstingl2023-02-131-0/+41
* wifi: rtw88: access chip_info by const pointerPing-Ke Shih2022-08-091-4/+4
* rtw88: Add update beacon flow for AP modePo-Hao Huang2022-04-121-0/+17
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-7/+7
* rtw88: 8822ce: add support for TX/RX 1ss modeChin-Yen Lee2022-02-211-1/+1
* rtw88: add debugfs to fix tx rateYan-Hsuan Chuang2021-12-081-0/+9
* rtw88: add debugfs to force lowest basic rateYu-Yen Ting2021-11-261-1/+2
* rtw88: follow the AP basic rates for tx mgmt frameYu-Yen Ting2021-11-261-5/+21
* rtw88: adjust the log level for failure of tx reportChin-Yen Lee2021-08-211-1/+1
* rtw88: replace tx tasklet with work queuePo-Hao Huang2021-02-121-2/+2
* rtw88: add rts conditionPo-Hao Huang2021-02-121-1/+6
* rtw88: reduce the log level for failure of tx reportChin-Yen Lee2021-01-141-1/+1
* rtlwifi/rtw88: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-271-2/+2
* rtw88: update tx descriptor of mgmt and reserved page packetsTzu-En Huang2020-08-021-31/+73
* rtw88: handle C2H_CCX_TX_RPT to know if packet TX'ed successfullyPing-Ke Shih2020-05-061-3/+8
* rtw88: fix non-increase management packet sequence numberTzu-En Huang2020-03-261-0/+6
* rtw88: kick off TX packets once for higher efficiencyYan-Hsuan Chuang2020-03-231-23/+54
* rtw88: extract alloc rsvd_page and h2c skb routinesYan-Hsuan Chuang2020-03-231-0/+54
* rtw88: take over rate control from mac80211Yan-Hsuan Chuang2019-10-041-0/+34
* rtw88: add driver TX queue supportYan-Hsuan Chuang2019-10-041-0/+95
* rtw88: allows to set RTS in TX descriptorYan-Hsuan Chuang2019-10-041-0/+4
* rtw88: not to enter or leave PS under IRQYan-Hsuan Chuang2019-10-021-2/+0
* rtw88: rsvd page should go though management queueYan-Hsuan Chuang2019-06-251-1/+1
* rtw88: new Realtek 802.11ac driverYan-Hsuan Chuang2019-04-301-0/+367