aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtw88/mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-09wifi: rtw88: access chip_info by const pointerPing-Ke Shih1-9/+9
2022-04-27rtw88: use the correct bit in the REG_HCI_OPT_CTRL registerKevin Lo1-1/+1
2021-03-15rtw88: 8822c: support FW crash dump when FW crashZong-Zhe Yang1-0/+19
2020-08-27rtw88: use read_poll_timeout_atomic() for poll loopBrian Norris1-9/+4
2020-05-18rtw88: extract: export symbols used in chip functionalitiesZong-Zhe Yang1-0/+1
2020-05-13rtw88: 8723d: implement flush queuePing-Ke Shih1-18/+11
2020-05-06rtw88: 8723d: Add set_channelPing-Ke Shih1-0/+3
2020-05-04rtw88: fix spelling mistake "fimrware" -> "firmware"Colin Ian King1-2/+2
2020-04-28rtw88: fix sparse warnings for download firmware routineYan-Hsuan Chuang1-2/+4
2020-04-23rtw88: 8723d: Organize chip TX/RX FIFOPing-Ke Shih1-46/+94
2020-04-23rtw88: 8723d: 11N chips don't support H2C queuePing-Ke Shih1-1/+5
2020-04-23rtw88: decompose while(1) loop of power sequence polling commandPing-Ke Shih1-34/+38
2020-04-23rtw88: 8723d: Add mac power-on/-off functionPing-Ke Shih1-9/+51
2020-04-23rtw88: add legacy firmware download for 8723D devicesPing-Ke Shih1-1/+145
2020-02-12rtw88: 8822[bc]: Make tables const, reduce data object sizeJoe Perches1-9/+10
2020-02-12rtw88: Use secondary channel offset enumerationPing-Ke Shih1-3/+3
2020-01-26rtw88: fix TX secondary channel offset of 40M if current bw is 20M or 40MPing-Ke Shih1-4/+6
2020-01-26rtw88: add interface config for 8822cYan-Hsuan Chuang1-0/+2
2019-10-31rtw88: avoid FW info floodYan-Hsuan Chuang1-17/+0
2019-10-24rtw88: use macro to check the current bandYan-Hsuan Chuang1-1/+1
2019-10-14rtw88: Use rtw_write8_set to set SYS_FUNCYan-Hsuan Chuang1-1/+1
2019-10-04rtw88: use struct rtw_fw_hdr to access firmware headerPing-Ke Shih1-18/+19
2019-10-04rtw88: raise firmware version debug levelYan-Hsuan Chuang1-4/+2
2019-10-04rtw88: flush hardware tx queuesYan-Hsuan Chuang1-0/+88
2019-10-02rtw88: remove redundant flag check helper functionYan-Hsuan Chuang1-1/+1
2019-09-24rtw88: configure firmware after HCI startedYan-Hsuan Chuang1-3/+0
2019-06-25rtw88: power on again if it was already onYan-Hsuan Chuang1-1/+7
2019-04-30rtw88: new Realtek 802.11ac driverYan-Hsuan Chuang1-0/+965