summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw88
AgeCommit message (Expand)Author
2025-01-16wifi: rtw88: add RTW88_LEDS depends on LEDS_CLASS to KconfigPing-Ke Shih
2025-01-12wifi: rtw88: Add support for LED blinkingBitterblue Smith
2025-01-12wifi: rtw88: sdio: Fix disconnection after beacon lossFiona Klute
2025-01-12wifi: rtw88: 8703b: Fix RX/TX issuesVasily Khoruzhick
2025-01-12wifi: rtw88: Delete rf_type member of struct rtw_sta_infoBitterblue Smith
2025-01-12wifi: rtw88: Add USB PHY configurationBitterblue Smith
2024-12-23wifi: rtw88: usb: Preallocate and reuse the RX skbsBitterblue Smith
2024-12-23wifi: rtw88: Handle C2H_ADAPTIVITY in rtw_fw_c2h_cmd_handle()Bitterblue Smith
2024-12-23wifi: rtw88: usb: Copy instead of cloning the RX skbBitterblue Smith
2024-12-23wifi: rtw88: 8821a/8812a: Set ptct_efuse_size to 0Bitterblue Smith
2024-12-23wifi: rtw88: 8812a: Support RFE type 2Bitterblue Smith
2024-12-23wifi: rtw88: add __packed attribute to efuse layout structPing-Ke Shih
2024-11-21wifi: rtw88: usb: Enable RX aggregation for 8821au/8812auBitterblue Smith
2024-11-21wifi: rtw88: usb: Support USB 3 with RTL8812AUBitterblue Smith
2024-11-18wifi: rtw88: Add additional USB IDs for RTL8812BUNick Morrow
2024-11-18wifi: rtw88: 8812au: Add more device IDsNick Morrow
2024-11-18wifi: rtw88: 8821au: Add additional devices to the USB_DEVICE listLarry Finger
2024-11-13Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-11-11Merge tag 'rtw-next-2024-11-06' of https://github.com/pkshih/rtwKalle Valo
2024-11-06wifi: rtw88: Enable the new RTL8821AU/RTL8812AU driversBitterblue Smith
2024-11-06wifi: rtw88: Add rtw8821au.c and rtw8812au.cBitterblue Smith
2024-11-06wifi: rtw88: Add rtw8812a.{c,h}Bitterblue Smith
2024-11-06wifi: rtw88: Add rtw8821a.{c,h}Bitterblue Smith
2024-11-06wifi: rtw88: Add rtw88xxa.{c,h}Bitterblue Smith
2024-11-06wifi: rtw88: Add rtw8821a_table.{c,h}Bitterblue Smith
2024-11-06wifi: rtw88: Add rtw8812a_table.{c,h}Bitterblue Smith
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-29wifi: rtw88: 8812a: Mitigate beacon lossBitterblue Smith
2024-10-29wifi: rtw88: 8821a: Regularly ask for BT info updatesBitterblue Smith
2024-10-29wifi: rtw88: coex: Support chips without a scoreboardBitterblue Smith
2024-10-29wifi: rtw88: Detect beacon loss with chips other than 8822cBitterblue Smith
2024-10-29wifi: rtw88: usb: Set pkt_info.ls for the reserved pageBitterblue Smith
2024-10-29wifi: rtw88: Move pwr_track_tbl to struct rtw_rfe_defBitterblue Smith
2024-10-29wifi: rtw88: Support TX page sizes bigger than 128Bitterblue Smith
2024-10-29wifi: rtw88: Make txagc_remnant_ofdm an arrayBitterblue Smith
2024-10-29wifi: rtw88: Enable data rate fallback for older chipsBitterblue Smith
2024-10-29wifi: rtw88: Let each driver control the power on/off processBitterblue Smith
2024-10-29wifi: rtw88: Allow rtw_chip_info.ltecoex_addr to be NULLBitterblue Smith
2024-10-29wifi: rtw88: Extend the init table parsing for RTL8812AUBitterblue Smith
2024-10-29wifi: rtw88: Allow different C2H RA report sizesBitterblue Smith
2024-10-29wifi: rtw88: Dump the HW features only for some chipsBitterblue Smith
2024-10-29wifi: rtw88: Add some definitions for RTL8821AU/RTL8812AUBitterblue Smith
2024-10-29wifi: rtw88: Report the signal strength only if it's knownBitterblue Smith
2024-10-25wifi: rtw88: Refactor looping in rtw_phy_store_tx_power_by_rateMohammed Anees
2024-10-23wifi: mac80211: call rate_control_rate_update() for link STAJohannes Berg
2024-10-17wifi: rtw88: Fix the RX aggregation in USB 3 modeBitterblue Smith
2024-09-26wifi: rtw88: Parse the RX descriptor with a single functionBitterblue Smith
2024-09-20wifi: rtw88: use ieee80211_purge_tx_queue() to purge TX skbPing-Ke Shih
2024-09-20wifi: rtw88: Constify some arrays and structsBitterblue Smith
2024-09-02wifi: rtw88: assign mac_id for vif/sta and update to TX descPing-Ke Shih