summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'rtw-next-2024-10-10' of https://github.com/pkshih/rtwKalle Valo2024-10-1750-2406/+4443
|\
| * 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
| * wifi: rtw89: pci: consolidate PCI basic configurations for probe and resumePing-Ke Shih2024-10-013-9/+17
| * wifi: rtw88: Parse the RX descriptor with a single functionBitterblue Smith2024-09-2611-271/+106
| * wifi: rtw89: 8852c: rfk: remove unnecessary assignment of return value of _dp...Ping-Ke Shih2024-09-261-1/+1
| * wifi: rtw89: coex: initialize local .dbcc_2g_phy in _set_btg_ctrl()Ping-Ke Shih2024-09-261-0/+2
| * wifi: rtw89: check return value of ieee80211_probereq_get() for RNRPing-Ke Shih2024-09-261-0/+3
| * wifi: rtw89: tweak driver architecture for impending MLO supportZong-Zhe Yang2024-09-2418-635/+1615
| * wifi: rtw89: refactor STA related func ahead for MLOZong-Zhe Yang2024-09-2411-172/+261
| * wifi: rtw89: refactor VIF related func ahead for MLOZong-Zhe Yang2024-09-248-81/+112
| * wifi: rtw89: read link_sta corresponding to the linkZong-Zhe Yang2024-09-249-142/+362