summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)AuthorFilesLines
2024-01-23wifi: rtw89: add wait/completion for abort scanPo-Hao Huang5-9/+56
2024-01-23wifi: rtw89: fix null pointer access when abort scanPo-Hao Huang1-2/+2
2024-01-23wifi: rtw89: disable RTS when broadcast/multicastPo-Hao Huang1-2/+4
2024-01-23wifi: rtw89: Set default CQM config if not presentPo-Hao Huang3-2/+14
2024-01-23wifi: rtw89: refine hardware scan C2H eventsPo-Hao Huang2-21/+31
2024-01-23wifi: rtw89: refine add_chan H2C command to encode_bitsPo-Hao Huang2-162/+80
2024-01-23wifi: rtw89: 8922a: add BTG functions to assist BT coexistence to control TX/RXChung-Hsuan Hung2-0/+144
2024-01-23wifi: rtw89: 8922a: add TX power related opsPing-Ke Shih2-1/+137
2024-01-23wifi: rtw89: 8922a: add register definitions of H2C, C2H, page, RRSR and EDCCAPing-Ke Shih2-0/+77
2024-01-23wifi: rtw89: 8922a: add chip_ops related to BB initPing-Ke Shih10-0/+298
2024-01-23wifi: rtw89: 8922a: add chip_ops::{enable,disable}_bb_rfPing-Ke Shih2-0/+55
2024-01-23wifi: rtw89: add mlo_dbcc_mode for WiFi 7 chipsPing-Ke Shih2-0/+29
2024-01-19wifi: rtlwifi: Speed up firmware loading for USBBitterblue Smith5-10/+53
2024-01-19wifi: rtl8xxxu: add missing number of sec cam entries for all variantsMartin Kaistra7-0/+7
2024-01-18wifi: rtl8xxxu: make instances of iface limit and combination to be static constPing-Ke Shih1-2/+2
2024-01-18wifi: rtl8xxxu: convert EN_DESC_ID of TX descriptor to le32 typePing-Ke Shih1-1/+1
2024-01-18wifi: rtlwifi: rtl8192de: Don't read register in _rtl92de_query_rxphystatusBitterblue Smith1-3/+2
2024-01-18wifi: rtw89: fw: extend JOIN H2C command to support WiFi 7 chipsPing-Ke Shih2-0/+68
2024-01-18wifi: rtw89: fw: use struct to fill JOIN H2C commandPing-Ke Shih2-80/+36
2024-01-18wifi: rtw89: fw: add H2C command to reset DMAC table for WiFi 7Ping-Ke Shih11-0/+99
2024-01-18wifi: rtw89: fw: add H2C command to reset CMAC table for WiFi 7Ping-Ke Shih10-4/+126
2024-01-18wifi: rtw89: fw: update TX AMPDU parameter to CMAC tablePing-Ke Shih9-0/+94
2024-01-18wifi: rtw89: fw: add chip_ops to update CMAC table to associated stationPing-Ke Shih11-5/+24
2024-01-18wifi: rtw89: fw: fill CMAC table to associated station for WiFi 7 chipsPing-Ke Shih4-5/+309
2024-01-18wifi: rtw89: fw: add H2C command to update security CAM v2Ping-Ke Shih5-0/+201
2024-01-18wifi: rtw89: declare EXT NSS BW of VHT capabilityPing-Ke Shih1-0/+8
2024-01-18wifi: rtw89: add EHT capabilities for WiFi 7 chipsPing-Ke Shih1-0/+90
2024-01-18wifi: rtw89: change supported bandwidths of chip_info to bit maskPing-Ke Shih7-11/+25
2024-01-18wifi: rtw89: adjust init_he_cap() to add EHT cap into iftype_dataPing-Ke Shih1-103/+113
2024-01-18wifi: rtw88: use kstrtoX_from_user() in debugfs handlersDmitry Antipov1-36/+8
2024-01-14wifi: rtl8xxxu: enable channel switch supportMartin Kaistra2-5/+16
2024-01-14wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_workMartin Kaistra1-0/+1
2024-01-12wifi: rtlwifi: rtl_usb: Use sync register writesBitterblue Smith3-139/+66
2024-01-12wifi: rtlwifi: cleanup few rtlxxx_tx_fill_desc() routinesDmitry Antipov3-12/+1
2024-01-12wifi: rtw89: add chip_ops::update_beacon to abstract update beacon operationPing-Ke Shih11-3/+20
2024-01-12wifi: rtw89: add H2C command to download beacon frame for WiFi 7 chipsPing-Ke Shih2-0/+133
2024-01-12wifi: rtw89: use struct to fill H2C command to download beacon framePing-Ke Shih2-113/+46
2024-01-12wifi: rtw89: add new H2C command to pause/sleep transmitting by MAC IDPing-Ke Shih3-6/+40
2024-01-12wifi: rtw89: refine H2C command that pause transmitting by MAC IDPing-Ke Shih1-7/+10
2024-01-12wifi: rtw89: fw: use struct to fill BA CAM H2C commandsPing-Ke Shih2-76/+44
2024-01-12wifi: rtw89: 8922a: update BA CAM number to 24Ping-Ke Shih2-2/+2
2024-01-12wifi: rtw89: add chip_ops::h2c_ba_cam() to configure BA CAMPing-Ke Shih9-2/+20
2024-01-12wifi: rtw89: mac: add feature_init to initialize BA CAM V1Ping-Ke Shih3-0/+76
2024-01-12wifi: rtw89: add firmware H2C command of BA CAM V1Ping-Ke Shih2-0/+94
2024-01-10wifi: rtl8xxxu: Fix off by one initial RTS rateBitterblue Smith1-4/+3
2024-01-10wifi: rtl8xxxu: Fix LED control code of RTL8192FUBitterblue Smith2-9/+38
2024-01-10wifi: rtl8xxxu: declare concurrent mode support for 8188fMartin Kaistra3-0/+21
2024-01-10wifi: rtl8xxxu: make supporting AP mode only on port 0 transparentMartin Kaistra1-2/+89
2024-01-10wifi: rtl8xxxu: add hw crypto support for AP modeMartin Kaistra3-10/+44
2024-01-10wifi: rtl8xxxu: remove obsolete priv->vifMartin Kaistra2-7/+0