aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/realtek/rtw88/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-09wifi: rtw88: access chip_info by const pointerPing-Ke Shih1-4/+4
2022-04-12rtw88: Add update beacon flow for AP modePo-Hao Huang1-0/+17
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-7/+7
2022-02-21rtw88: 8822ce: add support for TX/RX 1ss modeChin-Yen Lee1-1/+1
2021-12-08rtw88: add debugfs to fix tx rateYan-Hsuan Chuang1-0/+9
2021-11-26rtw88: add debugfs to force lowest basic rateYu-Yen Ting1-1/+2
2021-11-26rtw88: follow the AP basic rates for tx mgmt frameYu-Yen Ting1-5/+21
2021-08-21rtw88: adjust the log level for failure of tx reportChin-Yen Lee1-1/+1
2021-02-12rtw88: replace tx tasklet with work queuePo-Hao Huang1-2/+2
2021-02-12rtw88: add rts conditionPo-Hao Huang1-1/+6
2021-01-14rtw88: reduce the log level for failure of tx reportChin-Yen Lee1-1/+1
2020-08-27rtlwifi/rtw88: convert tasklets to use new tasklet_setup() APIAllen Pais1-2/+2
2020-08-02rtw88: update tx descriptor of mgmt and reserved page packetsTzu-En Huang1-31/+73
2020-05-06rtw88: handle C2H_CCX_TX_RPT to know if packet TX'ed successfullyPing-Ke Shih1-3/+8
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-23/+54
2020-03-23rtw88: extract alloc rsvd_page and h2c skb routinesYan-Hsuan Chuang1-0/+54
2019-10-04rtw88: take over rate control from mac80211Yan-Hsuan Chuang1-0/+34
2019-10-04rtw88: add driver TX queue supportYan-Hsuan Chuang1-0/+95
2019-10-04rtw88: allows to set RTS in TX descriptorYan-Hsuan Chuang1-0/+4
2019-10-02rtw88: not to enter or leave PS under IRQYan-Hsuan Chuang1-2/+0
2019-06-25rtw88: rsvd page should go though management queueYan-Hsuan Chuang1-1/+1
2019-04-30rtw88: new Realtek 802.11ac driverYan-Hsuan Chuang1-0/+367