summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw88/mac.c
AgeCommit message (Expand)Author
2024-06-21wifi: rtw88: usb: Further limit the TX aggregationBitterblue Smith
2024-04-22wifi: rtw88: suppress messages of failed to flush queuePing-Ke Shih
2024-03-14wifi: rtw88: Reset 8703b firmware before downloadFiona Klute
2024-03-05wifi: rtw88: 8821cu: Fix connection failureBitterblue Smith
2023-06-13wifi: rtw88: add missing unwind goto for __rtw_download_firmware()Ping-Ke Shih
2023-04-20wifi: rtw88: 8822c: extend reserved page numberPo-Hao Huang
2023-04-12wifi: rtw88: mac: Support SDIO specific bits in the power on sequenceMartin Blumenstingl
2023-04-12wifi: rtw88: sdio: Add HCI implementation for SDIO based chipsetsMartin Blumenstingl
2023-04-12wifi: rtw88: Clear RTW_FLAG_POWERON early in rtw_mac_power_switch()Martin Blumenstingl
2023-03-06wifi: rtw88: mac: Return the original error from rtw_mac_power_switch()Martin Blumenstingl
2023-03-06wifi: rtw88: mac: Return the original error from rtw_pwr_seq_parser()Martin Blumenstingl
2023-02-22wifi: rtw88: mac: Add SDIO HCI support in the TX/page table setupMartin Blumenstingl
2023-02-22wifi: rtw88: mac: Add support for the SDIO HCI in rtw_pwr_seq_parser()Martin Blumenstingl
2023-02-17wifi: rtw88: use RTW_FLAG_POWERON flag to prevent to power on/off twicePing-Ke Shih
2023-02-13wifi: rtw88: mac: Use existing macros in rtw_pwr_seq_parser()Martin Blumenstingl
2022-12-08wifi: rtw88: Add common USB chip supportSascha Hauer
2022-12-01wifi: rtw88: 8821c: enable BT device recovery mechanismPing-Ke Shih
2022-08-09wifi: rtw88: access chip_info by const pointerPing-Ke Shih
2022-04-27rtw88: use the correct bit in the REG_HCI_OPT_CTRL registerKevin Lo
2021-03-15rtw88: 8822c: support FW crash dump when FW crashZong-Zhe Yang
2020-08-27rtw88: use read_poll_timeout_atomic() for poll loopBrian Norris
2020-05-18rtw88: extract: export symbols used in chip functionalitiesZong-Zhe Yang
2020-05-13rtw88: 8723d: implement flush queuePing-Ke Shih
2020-05-06rtw88: 8723d: Add set_channelPing-Ke Shih
2020-05-04rtw88: fix spelling mistake "fimrware" -> "firmware"Colin Ian King
2020-04-28rtw88: fix sparse warnings for download firmware routineYan-Hsuan Chuang
2020-04-23rtw88: 8723d: Organize chip TX/RX FIFOPing-Ke Shih
2020-04-23rtw88: 8723d: 11N chips don't support H2C queuePing-Ke Shih
2020-04-23rtw88: decompose while(1) loop of power sequence polling commandPing-Ke Shih
2020-04-23rtw88: 8723d: Add mac power-on/-off functionPing-Ke Shih
2020-04-23rtw88: add legacy firmware download for 8723D devicesPing-Ke Shih
2020-02-12rtw88: 8822[bc]: Make tables const, reduce data object sizeJoe Perches
2020-02-12rtw88: Use secondary channel offset enumerationPing-Ke Shih
2020-01-26rtw88: fix TX secondary channel offset of 40M if current bw is 20M or 40MPing-Ke Shih
2020-01-26rtw88: add interface config for 8822cYan-Hsuan Chuang
2019-10-31rtw88: avoid FW info floodYan-Hsuan Chuang
2019-10-24rtw88: use macro to check the current bandYan-Hsuan Chuang
2019-10-14rtw88: Use rtw_write8_set to set SYS_FUNCYan-Hsuan Chuang
2019-10-04rtw88: use struct rtw_fw_hdr to access firmware headerPing-Ke Shih
2019-10-04rtw88: raise firmware version debug levelYan-Hsuan Chuang
2019-10-04rtw88: flush hardware tx queuesYan-Hsuan Chuang
2019-10-02rtw88: remove redundant flag check helper functionYan-Hsuan Chuang
2019-09-24rtw88: configure firmware after HCI startedYan-Hsuan Chuang
2019-06-25rtw88: power on again if it was already onYan-Hsuan Chuang
2019-04-30rtw88: new Realtek 802.11ac driverYan-Hsuan Chuang