summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtw88 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-11-1439-147/+10286
|\
| * Merge tag 'rtw-next-2024-11-06' of https://github.com/pkshih/rtwKalle Valo2024-11-1139-147/+10286
| |\
| | * wifi: rtw88: Enable the new RTL8821AU/RTL8812AU driversBitterblue Smith2024-11-062-0/+48
| | * wifi: rtw88: Add rtw8821au.c and rtw8812au.cBitterblue Smith2024-11-062-0/+56
| | * wifi: rtw88: Add rtw8812a.{c,h}Bitterblue Smith2024-11-062-0/+1112
| | * wifi: rtw88: Add rtw8821a.{c,h}Bitterblue Smith2024-11-062-0/+1207
| | * wifi: rtw88: Add rtw88xxa.{c,h}Bitterblue Smith2024-11-062-0/+2164
| | * wifi: rtw88: Add rtw8821a_table.{c,h}Bitterblue Smith2024-11-062-0/+2371
| | * wifi: rtw88: Add rtw8812a_table.{c,h}Bitterblue Smith2024-11-062-0/+2838
| | * 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: rtw88: Refactor looping in rtw_phy_store_tx_power_by_rateMohammed Anees2024-10-251-3/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-011-1/+0
|\ \ \ | |/ / |/| |
| * | wifi: rtw88: Fix the RX aggregation in USB 3 modeBitterblue Smith2024-10-171-1/+0
* | | wifi: mac80211: call rate_control_rate_update() for link STAJohannes Berg2024-10-231-2/+4
| |/ |/|
* | wifi: rtw88: Parse the RX descriptor with a single functionBitterblue Smith2024-09-2611-271/+106
* | wifi: rtw88: use ieee80211_purge_tx_queue() to purge TX skbPing-Ke Shih2024-09-202-5/+6
* | wifi: rtw88: Constify some arrays and structsBitterblue Smith2024-09-209-35/+35
|/
* wifi: rtw88: assign mac_id for vif/sta and update to TX descPing-Ke Shih2024-09-025-25/+44
* wifi: rtw88: Fix USB/SDIO devices not transmitting beaconsBitterblue Smith2024-09-021-5/+8
* wifi: rtw88: remove CPT execution branch never usedDmitry Kandybka2024-08-161-28/+10
* wifi: rtw88: Enable USB RX aggregation for 8822c/8822b/8821cBitterblue Smith2024-08-095-4/+58
* wifi: rtw88: usb: Support RX aggregationBitterblue Smith2024-08-091-21/+40
* wifi: rtw88: usb: Update the RX stats after every frameBitterblue Smith2024-08-091-0/+1
* wifi: rtw88: usb: Init RX burst length according to USB speedBitterblue Smith2024-08-092-1/+28
* wifi: rtw88: always wait for both firmware loading attemptsDmitry Antipov2024-08-021-3/+4
* wifi: rtw88: 8822c: Parse channel from IE to correct invalid hardware reportsPo-Hao Huang2024-08-027-3/+63
* wifi: rtw88: 8703b: Fix reported RX band widthBitterblue Smith2024-07-311-1/+1
* wifi: rtw88: 8822c: Fix reported RX band widthBitterblue Smith2024-07-311-4/+6
* wifi: rtw88: select WANT_DEV_COREDUMPZong-Zhe Yang2024-07-311-0/+1
* wifi: rtw88: debugfs: support multiple adapters debuggingPing-Ke Shih2024-07-314-129/+180
* wifi: rtw88: 8821cu: Remove VID/PID 0bda:c82cNick Morrow2024-07-171-2/+0
* wifi: rtw88: usb: Support USB 3 with RTL8822CU/RTL8822BUBitterblue Smith2024-07-178-12/+116
* wifi: rtw88: Set efuse->ext_lna_5g - fix typoBitterblue Smith2024-07-171-1/+1
* Merge tag 'rtw-next-2024-07-05' of https://github.com/pkshih/rtwKalle Valo2024-07-099-4/+30
|\
| * wifi: rtw88: usb: schedule rx work after everything is set upMarcin Ĺšlusarz2024-07-051-3/+10