summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw88
AgeCommit message (Expand)Author
2023-10-19wifi: rtw88: dump firmware debug information in abnormal stateChin-Yen Lee
2023-10-19wifi: rtw88: debug: add to check if debug mask is enabledChin-Yen Lee
2023-10-11wifi: rtw88: Remove duplicate NULL check before calling usb_kill/free_urb()Jinjie Ruan
2023-10-09wifi: rtw88: 8821c: tweak CCK TX filter setting for SRRC regulationZong-Zhe Yang
2023-10-09wifi: rtw88: regd: update regulatory map to R64-R42Zong-Zhe Yang
2023-10-09wifi: rtw88: 8822c: update TX power limit to V70Zong-Zhe Yang
2023-10-09wifi: rtw88: 8821c: update TX power limit to V67Zong-Zhe Yang
2023-10-09wifi: rtw88: regd: configure QATAR and UKZong-Zhe Yang
2023-10-06Merge wireless into wireless-nextJohannes Berg
2023-09-20wifi: rtw88: debug: Fix the NULL vs IS_ERR() bug for debugfs_create_file()Jinjie Ruan
2023-09-18wifi: rtw88: rtw8723d: Fix MAC address offset in EEPROMSascha Hauer
2023-09-04wifi: rtw88: fix typo rtw8822cu_probePo-Hao Huang
2023-08-25wifi: rtw88: usb: kill and free rx urbs on probe failureSascha Hauer
2023-08-25Fix nomenclature for USB and PCI wireless devicesAlan Stern
2023-07-25wifi: rtw88: simplify vif iteratorsDmitry Antipov
2023-07-25wifi: rtw88: remove unused USB bulkout size setDmitry Antipov
2023-07-25wifi: rtw88: remove unused and set but unused leftoversDmitry Antipov
2023-07-25wifi: rtw88: delete timer and free skb queue when unloadingDmitry Antipov
2023-06-21wifi: rtw88: fix not entering PS mode after AP stopsPo-Hao Huang
2023-06-21wifi: rtw88: refine register based H2C commandPo-Hao Huang
2023-06-21wifi: rtw88: Stop high queue during scanPo-Hao Huang
2023-06-21wifi: rtw88: Skip high queue in hci_flushPo-Hao Huang
2023-06-21wifi: rtw88: Fix AP mode incorrect DTIM behaviorPo-Hao Huang
2023-06-21wifi: rtw88: use struct instead of macros to set TX descPo-Hao Huang
2023-06-21wifi: rtw88: process VO packets without workqueue to avoid PTK rekey failedChih-Kang Chang
2023-06-21wifi: rtw88: Fix action frame transmission fail before associationPo-Hao Huang
2023-06-13wifi: rtw88: add missing unwind goto for __rtw_download_firmware()Ping-Ke Shih
2023-06-07Merge wireless into wireless-nextJohannes Berg
2023-06-01wifi: rtw88: correct PS calculation for SUPPORTS_DYNAMIC_PSPing-Ke Shih
2023-05-27wifi: rtw88: usb: silence log flooding error messageSascha Hauer
2023-05-25wifi: rtw88: Add support for the SDIO based RTL8723DS chipsetMartin Blumenstingl
2023-05-25wifi: rtw88: rtw8723d: Implement RTL8723DS (SDIO) efuse parsingMartin Blumenstingl
2023-05-25wifi: rtw88: sdio: Check the HISR RX_REQUEST bit in rtw_sdio_rx_isr()Martin Blumenstingl
2023-05-17wifi: rtw88: sdio: Always use two consecutive bytes for word operationsMartin Blumenstingl
2023-05-15wifi: rtw88: correct qsel_to_ep[] type as intPing-Ke Shih
2023-05-12wifi: rtw88: use work to update rate to avoid RCU warningPing-Ke Shih
2023-05-11wifi: rtw88: unlock on error path in rtw_ops_add_interface()Dan Carpenter
2023-05-05wifi: rtw88: fix incorrect error codes in rtw_debugfs_set_*Zhang Shurong
2023-05-05wifi: rtw88: fix incorrect error codes in rtw_debugfs_copy_from_userZhang Shurong
2023-04-20wifi: rtw88: Update spelling in main.hSimon Horman
2023-04-20wifi: rtw88: Fix memory leak in rtw88_usbLarry Finger
2023-04-20wifi: rtw88: call rtw8821c_switch_rf_set() according to chip variantSascha Hauer
2023-04-20wifi: rtw88: set pkg_type correctly for specific rtw8821c variantsSascha Hauer
2023-04-20wifi: rtw88: rtw8821c: Fix rfe_option field widthSascha Hauer
2023-04-20wifi: rtw88: usb: fix priority queue to endpoint mappingSascha Hauer
2023-04-20wifi: rtw88: 8822c: add iface combinationPo-Hao Huang
2023-04-20wifi: rtw88: handle station mode concurrent scan with AP modePo-Hao Huang
2023-04-20wifi: rtw88: prevent scan abort with other VIFsPo-Hao Huang
2023-04-20wifi: rtw88: refine reserved page flow for AP modePo-Hao Huang
2023-04-20wifi: rtw88: disallow PS during AP modePo-Hao Huang