summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtw88/mac.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: rtw88: suppress messages of failed to flush queuePing-Ke Shih2024-04-221-2/+3
* wifi: rtw88: Reset 8703b firmware before downloadFiona Klute2024-03-141-0/+6
* wifi: rtw88: 8821cu: Fix connection failureBitterblue Smith2024-03-051-0/+7
* wifi: rtw88: add missing unwind goto for __rtw_download_firmware()Ping-Ke Shih2023-06-131-2/+4
* wifi: rtw88: 8822c: extend reserved page numberPo-Hao Huang2023-04-201-1/+1
* wifi: rtw88: mac: Support SDIO specific bits in the power on sequenceMartin Blumenstingl2023-04-121-5/+42
* wifi: rtw88: sdio: Add HCI implementation for SDIO based chipsetsMartin Blumenstingl2023-04-121-0/+1
* wifi: rtw88: Clear RTW_FLAG_POWERON early in rtw_mac_power_switch()Martin Blumenstingl2023-04-121-2/+3
* wifi: rtw88: mac: Return the original error from rtw_mac_power_switch()Martin Blumenstingl2023-03-061-2/+4
* wifi: rtw88: mac: Return the original error from rtw_pwr_seq_parser()Martin Blumenstingl2023-03-061-1/+1
* wifi: rtw88: mac: Add SDIO HCI support in the TX/page table setupMartin Blumenstingl2023-02-221-0/+6
* wifi: rtw88: mac: Add support for the SDIO HCI in rtw_pwr_seq_parser()Martin Blumenstingl2023-02-221-0/+3
* wifi: rtw88: use RTW_FLAG_POWERON flag to prevent to power on/off twicePing-Ke Shih2023-02-171-0/+10
* wifi: rtw88: mac: Use existing macros in rtw_pwr_seq_parser()Martin Blumenstingl2023-02-131-2/+2
* wifi: rtw88: Add common USB chip supportSascha Hauer2022-12-081-0/+3
* wifi: rtw88: 8821c: enable BT device recovery mechanismPing-Ke Shih2022-12-011-1/+17
* wifi: rtw88: access chip_info by const pointerPing-Ke Shih2022-08-091-9/+9
* rtw88: use the correct bit in the REG_HCI_OPT_CTRL registerKevin Lo2022-04-271-1/+1
* rtw88: 8822c: support FW crash dump when FW crashZong-Zhe Yang2021-03-151-0/+19
* rtw88: use read_poll_timeout_atomic() for poll loopBrian Norris2020-08-271-9/+4
* rtw88: extract: export symbols used in chip functionalitiesZong-Zhe Yang2020-05-181-0/+1
* rtw88: 8723d: implement flush queuePing-Ke Shih2020-05-131-18/+11
* rtw88: 8723d: Add set_channelPing-Ke Shih2020-05-061-0/+3
* rtw88: fix spelling mistake "fimrware" -> "firmware"Colin Ian King2020-05-041-2/+2
* rtw88: fix sparse warnings for download firmware routineYan-Hsuan Chuang2020-04-281-2/+4
* rtw88: 8723d: Organize chip TX/RX FIFOPing-Ke Shih2020-04-231-46/+94
* rtw88: 8723d: 11N chips don't support H2C queuePing-Ke Shih2020-04-231-1/+5
* rtw88: decompose while(1) loop of power sequence polling commandPing-Ke Shih2020-04-231-34/+38
* rtw88: 8723d: Add mac power-on/-off functionPing-Ke Shih2020-04-231-9/+51
* rtw88: add legacy firmware download for 8723D devicesPing-Ke Shih2020-04-231-1/+145
* rtw88: 8822[bc]: Make tables const, reduce data object sizeJoe Perches2020-02-121-9/+10
* rtw88: Use secondary channel offset enumerationPing-Ke Shih2020-02-121-3/+3
* rtw88: fix TX secondary channel offset of 40M if current bw is 20M or 40MPing-Ke Shih2020-01-261-4/+6
* rtw88: add interface config for 8822cYan-Hsuan Chuang2020-01-261-0/+2
* rtw88: avoid FW info floodYan-Hsuan Chuang2019-10-311-17/+0
* rtw88: use macro to check the current bandYan-Hsuan Chuang2019-10-241-1/+1
* rtw88: Use rtw_write8_set to set SYS_FUNCYan-Hsuan Chuang2019-10-141-1/+1
* rtw88: use struct rtw_fw_hdr to access firmware headerPing-Ke Shih2019-10-041-18/+19
* rtw88: raise firmware version debug levelYan-Hsuan Chuang2019-10-041-4/+2
* rtw88: flush hardware tx queuesYan-Hsuan Chuang2019-10-041-0/+88
* rtw88: remove redundant flag check helper functionYan-Hsuan Chuang2019-10-021-1/+1
* rtw88: configure firmware after HCI startedYan-Hsuan Chuang2019-09-241-3/+0
* rtw88: power on again if it was already onYan-Hsuan Chuang2019-06-251-1/+7
* rtw88: new Realtek 802.11ac driverYan-Hsuan Chuang2019-04-301-0/+965