summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtw88 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* wifi: rtw88: Use random MAC when efuse MAC invalidChris Morgan2023-12-121-0/+5
* wifi: rtw88: sdio: Honor the host max_req_size in the RX pathMartin Blumenstingl2023-12-011-7/+28
* wifi: rtw88: debug: remove wrapper of rtw_dbg()Ping-Ke Shih2023-11-302-7/+5
* wifi: rtw88: fix RX filter in FIF_ALLMULTI flagChih-Kang Chang2023-11-081-2/+2
* wifi: rtw88: simplify __rtw_tx_work()Dmitry Antipov2023-11-081-2/+1
* wifi: rtw88: dump firmware debug information in abnormal stateChin-Yen Lee2023-10-195-0/+108
* wifi: rtw88: debug: add to check if debug mask is enabledChin-Yen Lee2023-10-191-0/+12
* wifi: rtw88: Remove duplicate NULL check before calling usb_kill/free_urb()Jinjie Ruan2023-10-111-6/+3
* wifi: rtw88: 8821c: tweak CCK TX filter setting for SRRC regulationZong-Zhe Yang2023-10-094-0/+78
* wifi: rtw88: regd: update regulatory map to R64-R42Zong-Zhe Yang2023-10-091-7/+7
* wifi: rtw88: 8822c: update TX power limit to V70Zong-Zhe Yang2023-10-091-717/+522
* wifi: rtw88: 8821c: update TX power limit to V67Zong-Zhe Yang2023-10-091-329/+825
* wifi: rtw88: regd: configure QATAR and UKZong-Zhe Yang2023-10-092-1/+5
* Merge wireless into wireless-nextJohannes Berg2023-10-061-0/+1
|\
| * wifi: rtw88: rtw8723d: Fix MAC address offset in EEPROMSascha Hauer2023-09-181-0/+1
* | wifi: rtw88: debug: Fix the NULL vs IS_ERR() bug for debugfs_create_file()Jinjie Ruan2023-09-201-2/+2
* | wifi: rtw88: fix typo rtw8822cu_probePo-Hao Huang2023-09-041-2/+2
|/
* wifi: rtw88: usb: kill and free rx urbs on probe failureSascha Hauer2023-08-251-1/+4
* Fix nomenclature for USB and PCI wireless devicesAlan Stern2023-08-252-2/+2
* wifi: rtw88: simplify vif iteratorsDmitry Antipov2023-07-255-17/+9
* wifi: rtw88: remove unused USB bulkout size setDmitry Antipov2023-07-252-22/+0
* wifi: rtw88: remove unused and set but unused leftoversDmitry Antipov2023-07-255-15/+0
* wifi: rtw88: delete timer and free skb queue when unloadingDmitry Antipov2023-07-251-1/+3
* wifi: rtw88: fix not entering PS mode after AP stopsPo-Hao Huang2023-06-215-0/+35
* wifi: rtw88: refine register based H2C commandPo-Hao Huang2023-06-212-0/+56
* wifi: rtw88: Stop high queue during scanPo-Hao Huang2023-06-212-2/+6
* wifi: rtw88: Skip high queue in hci_flushPo-Hao Huang2023-06-211-2/+3
* wifi: rtw88: Fix AP mode incorrect DTIM behaviorPo-Hao Huang2023-06-215-1/+13
* wifi: rtw88: use struct instead of macros to set TX descPo-Hao Huang2023-06-214-113/+106
* wifi: rtw88: process VO packets without workqueue to avoid PTK rekey failedChih-Kang Chang2023-06-213-3/+14
* wifi: rtw88: Fix action frame transmission fail before associationPo-Hao Huang2023-06-211-2/+1
* wifi: rtw88: add missing unwind goto for __rtw_download_firmware()Ping-Ke Shih2023-06-131-2/+4
* Merge wireless into wireless-nextJohannes Berg2023-06-077-21/+72
|\
| * wifi: rtw88: correct PS calculation for SUPPORTS_DYNAMIC_PSPing-Ke Shih2023-06-014-11/+52
| * wifi: rtw88: sdio: Always use two consecutive bytes for word operationsMartin Blumenstingl2023-05-171-8/+0
| * wifi: rtw88: correct qsel_to_ep[] type as intPing-Ke Shih2023-05-151-1/+1
| * wifi: rtw88: use work to update rate to avoid RCU warningPing-Ke Shih2023-05-123-1/+19
* | wifi: rtw88: usb: silence log flooding error messageSascha Hauer2023-05-271-1/+1
* | wifi: rtw88: Add support for the SDIO based RTL8723DS chipsetMartin Blumenstingl2023-05-253-0/+55
* | wifi: rtw88: rtw8723d: Implement RTL8723DS (SDIO) efuse parsingMartin Blumenstingl2023-05-252-0/+15
* | wifi: rtw88: sdio: Check the HISR RX_REQUEST bit in rtw_sdio_rx_isr()Martin Blumenstingl2023-05-251-3/+21
* | wifi: rtw88: unlock on error path in rtw_ops_add_interface()Dan Carpenter2023-05-111-1/+3
* | wifi: rtw88: fix incorrect error codes in rtw_debugfs_set_*Zhang Shurong2023-05-051-14/+41
* | wifi: rtw88: fix incorrect error codes in rtw_debugfs_copy_from_userZhang Shurong2023-05-051-2/+2
|/
* wifi: rtw88: Update spelling in main.hSimon Horman2023-04-201-3/+3
* wifi: rtw88: Fix memory leak in rtw88_usbLarry Finger2023-04-201-0/+1
* wifi: rtw88: call rtw8821c_switch_rf_set() according to chip variantSascha Hauer2023-04-202-4/+16
* wifi: rtw88: set pkg_type correctly for specific rtw8821c variantsSascha Hauer2023-04-203-1/+5
* wifi: rtw88: rtw8821c: Fix rfe_option field widthSascha Hauer2023-04-201-2/+1
* wifi: rtw88: usb: fix priority queue to endpoint mappingSascha Hauer2023-04-201-23/+47