summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)Author
2024-01-18wifi: rtw89: declare EXT NSS BW of VHT capabilityPing-Ke Shih
2024-01-18wifi: rtw89: add EHT capabilities for WiFi 7 chipsPing-Ke Shih
2024-01-18wifi: rtw89: change supported bandwidths of chip_info to bit maskPing-Ke Shih
2024-01-18wifi: rtw89: adjust init_he_cap() to add EHT cap into iftype_dataPing-Ke Shih
2024-01-18wifi: rtw88: use kstrtoX_from_user() in debugfs handlersDmitry Antipov
2024-01-14wifi: rtl8xxxu: enable channel switch supportMartin Kaistra
2024-01-14wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_workMartin Kaistra
2024-01-12wifi: rtlwifi: rtl_usb: Use sync register writesBitterblue Smith
2024-01-12wifi: rtlwifi: cleanup few rtlxxx_tx_fill_desc() routinesDmitry Antipov
2024-01-12wifi: rtw89: add chip_ops::update_beacon to abstract update beacon operationPing-Ke Shih
2024-01-12wifi: rtw89: add H2C command to download beacon frame for WiFi 7 chipsPing-Ke Shih
2024-01-12wifi: rtw89: use struct to fill H2C command to download beacon framePing-Ke Shih
2024-01-12wifi: rtw89: add new H2C command to pause/sleep transmitting by MAC IDPing-Ke Shih
2024-01-12wifi: rtw89: refine H2C command that pause transmitting by MAC IDPing-Ke Shih
2024-01-12wifi: rtw89: fw: use struct to fill BA CAM H2C commandsPing-Ke Shih
2024-01-12wifi: rtw89: 8922a: update BA CAM number to 24Ping-Ke Shih
2024-01-12wifi: rtw89: add chip_ops::h2c_ba_cam() to configure BA CAMPing-Ke Shih
2024-01-12wifi: rtw89: mac: add feature_init to initialize BA CAM V1Ping-Ke Shih
2024-01-12wifi: rtw89: add firmware H2C command of BA CAM V1Ping-Ke Shih
2024-01-10wifi: rtl8xxxu: Fix off by one initial RTS rateBitterblue Smith
2024-01-10wifi: rtl8xxxu: Fix LED control code of RTL8192FUBitterblue Smith
2024-01-10wifi: rtl8xxxu: declare concurrent mode support for 8188fMartin Kaistra
2024-01-10wifi: rtl8xxxu: make supporting AP mode only on port 0 transparentMartin Kaistra
2024-01-10wifi: rtl8xxxu: add hw crypto support for AP modeMartin Kaistra
2024-01-10wifi: rtl8xxxu: remove obsolete priv->vifMartin Kaistra
2024-01-10wifi: rtl8xxxu: add macids for STA modeMartin Kaistra
2024-01-10wifi: rtl8xxxu: support multiple interface in start_ap()Martin Kaistra
2024-01-10wifi: rtl8xxxu: support multiple interfaces in bss_info_changed()Martin Kaistra
2024-01-10wifi: rtl8xxxu: support multiple interfaces in {add,remove}_interface()Martin Kaistra
2024-01-10wifi: rtl8xxxu: support multiple interfaces in watchdog_callback()Martin Kaistra
2024-01-10wifi: rtl8xxxu: support multiple interfaces in configure_filter()Martin Kaistra
2024-01-10wifi: rtl8xxxu: support multiple interfaces in update_beacon_work_callback()Martin Kaistra
2024-01-10wifi: rtl8xxxu: support multiple interfaces in set_aifs()Martin Kaistra
2024-01-10wifi: rtl8xxxu: support setting bssid register for multiple interfacesMartin Kaistra
2024-01-10wifi: rtl8xxxu: don't parse CFO, if both interfaces are connected in STA modeMartin Kaistra
2024-01-10wifi: rtl8xxxu: extend check for matching bssid to both interfacesMartin Kaistra
2024-01-10wifi: rtl8xxxu: extend wifi connected check to both interfacesMartin Kaistra
2024-01-10wifi: rtl8xxxu: support setting mac address register for both interfacesMartin Kaistra
2024-01-10wifi: rtl8xxxu: 8188e: convert usage of priv->vif to priv->vifs[0]Martin Kaistra
2024-01-10wifi: rtl8xxxu: support setting linktype for both interfacesMartin Kaistra
2024-01-10wifi: rtl8xxxu: prepare supporting two virtual interfacesMartin Kaistra
2024-01-10wifi: rtl8xxxu: remove assignment of priv->vif in rtl8xxxu_bss_info_changed()Martin Kaistra
2024-01-10wifi: rtw88: 8822ce: refine power parameters for RFE type 5Ping-Ke Shih
2024-01-10wifi: rtw89: mac: Fix spelling mistakes "notfify" -> "notify"Colin Ian King
2024-01-10wifi: rtw89: phy: set channel_info for WiFi 7 chipsPing-Ke Shih
2024-01-10wifi: rtw89: phy: add BB wrapper of TX power for WiFi 7 chipsPing-Ke Shih
2024-01-10wifi: rtw89: 8922a: add NCTL pre-settings for WiFi 7 chipsPing-Ke Shih
2024-01-10wifi: rtw89: phy: ignore special data from BB parameter filePing-Ke Shih
2024-01-10wifi: rtw89: 8922a: update the register used in DIG and the DIG flowCheng-Chieh Hsieh
2024-01-10wifi: rtw89: 8922a: set RX gain along with set_channel operationChung-Hsuan Hung