summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtw88/tx.c
Commit message (Expand)AuthorAgeFilesLines
* 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