summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw88/tx.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-02wifi: rtw88: assign mac_id for vif/sta and update to TX descPing-Ke Shih1-0/+1
2023-06-21wifi: rtw88: Fix AP mode incorrect DTIM behaviorPo-Hao Huang1-0/+1
2023-06-21wifi: rtw88: use struct instead of macros to set TX descPo-Hao Huang1-72/+50
2023-06-21wifi: rtw88: process VO packets without workqueue to avoid PTK rekey failedChih-Kang Chang1-0/+1
2023-02-13wifi: rtw88: Move enum rtw_tx_queue_type mapping code to tx.{c,h}Martin Blumenstingl1-0/+3
2022-12-08wifi: rtw88: Add common USB chip supportSascha Hauer1-0/+31
2022-04-12rtw88: Add update beacon flow for AP modePo-Hao Huang1-0/+4
2021-02-12rtw88: replace tx tasklet with work queuePo-Hao Huang1-1/+1
2021-02-12rtw88: add rts conditionPo-Hao Huang1-0/+4
2020-08-27rtlwifi/rtw88: convert tasklets to use new tasklet_setup() APIAllen Pais1-1/+1
2020-08-02rtw88: update tx descriptor of mgmt and reserved page packetsTzu-En Huang1-3/+10
2020-05-06rtw88: handle C2H_CCX_TX_RPT to know if packet TX'ed successfullyPing-Ke Shih1-1/+1
2020-03-26rtw88: fix non-increase management packet sequence numberTzu-En Huang1-0/+6
2020-03-23rtw88: kick off TX packets once for higher efficiencyYan-Hsuan Chuang1-1/+1
2020-03-23rtw88: extract alloc rsvd_page and h2c skb routinesYan-Hsuan Chuang1-0/+8
2019-10-04rtw88: add driver TX queue supportYan-Hsuan Chuang1-0/+6
2019-10-04rtw88: allows to set RTS in TX descriptorYan-Hsuan Chuang1-0/+2
2019-04-30rtw88: new Realtek 802.11ac driverYan-Hsuan Chuang1-0/+89