summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek
Commit message (Expand)AuthorAgeFilesLines
* wifi: rtw89: don't check done-ack for entering PSChin-Yen Lee2024-11-011-1/+1
* wifi: rtw88: 8812a: Mitigate beacon lossBitterblue Smith2024-10-291-0/+7
* wifi: rtw88: 8821a: Regularly ask for BT info updatesBitterblue Smith2024-10-293-1/+13
* wifi: rtw88: coex: Support chips without a scoreboardBitterblue Smith2024-10-292-0/+19
* wifi: rtw88: Detect beacon loss with chips other than 8822cBitterblue Smith2024-10-291-0/+18
* wifi: rtw88: usb: Set pkt_info.ls for the reserved pageBitterblue Smith2024-10-291-0/+1
* wifi: rtw88: Move pwr_track_tbl to struct rtw_rfe_defBitterblue Smith2024-10-298-46/+47
* wifi: rtw88: Support TX page sizes bigger than 128Bitterblue Smith2024-10-294-13/+14
* wifi: rtw88: Make txagc_remnant_ofdm an arrayBitterblue Smith2024-10-294-7/+7
* wifi: rtw88: Enable data rate fallback for older chipsBitterblue Smith2024-10-2912-7/+19
* wifi: rtw88: Let each driver control the power on/off processBitterblue Smith2024-10-2910-9/+36
* wifi: rtw88: Allow rtw_chip_info.ltecoex_addr to be NULLBitterblue Smith2024-10-291-3/+11
* wifi: rtw88: Extend the init table parsing for RTL8812AUBitterblue Smith2024-10-292-8/+69
* wifi: rtw88: Allow different C2H RA report sizesBitterblue Smith2024-10-298-10/+34
* wifi: rtw88: Dump the HW features only for some chipsBitterblue Smith2024-10-297-0/+9
* wifi: rtw88: Add some definitions for RTL8821AU/RTL8812AUBitterblue Smith2024-10-294-36/+177
* wifi: rtw88: Report the signal strength only if it's knownBitterblue Smith2024-10-291-4/+8
* wifi: rtw89: 8922a: extend RFK handling and consider MLOZong-Zhe Yang2024-10-295-44/+70
* wifi: rtw89: tweak setting of channel and TX power for MLOZong-Zhe Yang2024-10-294-65/+149
* wifi: rtw89: chan: manage active interfacesZong-Zhe Yang2024-10-294-13/+108
* wifi: rtw89: Add encryption support for MLO connectionsPo-Hao Huang2024-10-292-6/+69
* wifi: rtw89: Add header conversion for MLO connectionsPo-Hao Huang2024-10-292-0/+17
* wifi: rtw89: unlock on error path in rtw89_ops_unassign_vif_chanctx()Dan Carpenter2024-10-251-0/+1
* wifi: rtw89: Fix TX fail with A2DP after scanningPo-Hao Huang2024-10-251-2/+2
* wifi: rtw89: coex: Set Wi-Fi/Bluetooth priority for Wi-Fi scan caseChing-Te Ku2024-10-251-1/+1
* wifi: rtw89: fix -Wenum-compare-conditional warningsArnd Bergmann2024-10-251-11/+37
* wifi: rtlwifi: use MODULE_FIRMWARE() to declare used firmwarePing-Ke Shih2024-10-252-1/+5
* wifi: rtw88: Refactor looping in rtw_phy_store_tx_power_by_rateMohammed Anees2024-10-251-3/+1
* wifi: rtw89: regd: block 6 GHz if marked as N/A in regd mapZong-Zhe Yang2024-10-251-5/+27
* wifi: rtw89: pci: add quirks by PCI subsystem ID for thermal protectionPing-Ke Shih2024-10-2510-0/+86
* wifi: rtw89: add thermal protectionPing-Ke Shih2024-10-2513-5/+138
* wifi: rtw89: sar: add supported UNII-4 frequency range along with UNII-3 of S...Ping-Ke Shih2024-10-202-4/+4
* wifi: rtw89: 8852c: use 'int' as return type of error code pwr_{on,off}_func()Ping-Ke Shih2024-10-201-2/+2
* wifi: rtw89: 8852bt: use 'int' as return type of error code pwr_{on,off}_func()Ping-Ke Shih2024-10-201-2/+2
* wifi: rtw89: 8852b: use 'int' as return type of error code pwr_{on,off}_func()Ping-Ke Shih2024-10-201-2/+2
* wifi: rtw89: 8851b: use 'int' as return type of error code pwr_{on,off}_func()Ping-Ke Shih2024-10-201-2/+2
* wifi: rtw89: pci: use 'int' as return type of error code in poll_{tx,rx}dma_c...Ping-Ke Shih2024-10-201-2/+4
* wifi: rtw89: wow: cast nd_config->delay to u64 in tsf arithmeticPing-Ke Shih2024-10-201-1/+1
* wifi: rtw89: wow: do not configure CPU IO to receive packets for old firmwareChin-Yen Lee2024-10-103-0/+9
* wifi: rtw89: coex: Add function to reorder Wi-Fi firmware report indexChing-Te Ku2024-10-102-13/+76
* wifi: rtw89: coex: Solved BT PAN profile idle decrease Wi-Fi throughputChing-Te Ku2024-10-101-1/+10
* wifi: rtw89: coex: Reorder Bluetooth info related logicChing-Te Ku2024-10-102-33/+43
* wifi: rtw89: coex: Update priority setting for Wi-Fi is scanningChing-Te Ku2024-10-102-26/+33
* wifi: rtl8xxxu: Perform update_beacon_work when beaconing is enabledMartin Kaistra2024-10-051-2/+4
* wifi: rtw89: debug: add beacon RSSI for debuggingPing-Ke Shih2024-10-054-2/+11
* wifi: rtw89: handle entity active flag per PHYZong-Zhe Yang2024-10-014-13/+18
* wifi: rtw89: initialize dual HW bands for MLO and control them by linkZong-Zhe Yang2024-10-0112-72/+162
* wifi: rtw89: 8852ce: set offset K of PCI PHY EQ to manual mode to improve com...Ping-Ke Shih2024-10-011-0/+24
* wifi: rtw89: 8852ce: fix gray code conversion for filter out EQPing-Ke Shih2024-10-011-10/+7
* wifi: rtw89: 8922ae: disable PCI PHY EQ to improve compatibilityPing-Ke Shih2024-10-013-1/+101