summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Merge tag 'wireless-next-2024-01-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski82-1392/+4612
2024-01-23Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski6-43/+16
2024-01-23wifi: iwlegacy: Use kcalloc() instead of kzalloc()Erick Archer1-3/+1
2024-01-23wifi: rtw89: fix disabling concurrent mode TX hang issueChih-Kang Chang1-1/+1
2024-01-23wifi: rtw89: fix HW scan timeout due to TSF sync issueChih-Kang Chang3-7/+17
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-19wifi: brcmfmac: allow per-vendor event handlingArend van Spriel10-63/+244
2024-01-19wifi: brcmfmac: avoid invalid list operation when vendor attach failsArend van Spriel1-3/+4
2024-01-19wifi: brcmfmac: Demote vendor-specific attach/detach messages to infoHector Martin5-68/+6
2024-01-19wifi: brcmfmac: cfg80211: Use WSEC to set SAE passwordHector Martin7-35/+76
2024-01-19wifi: brcmfmac: move feature overrides before feature_disableArend van Spriel1-3/+3
2024-01-19wifi: brcmfmac: add per-vendor feature detection callbackArend van Spriel3-0/+23
2024-01-19wifi: brcmfmac: export firmware interface functionsArend van Spriel5-129/+121
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-2/+2
2024-01-18wifi: iwlwifi: fix a memory corruptionEmmanuel Grumbach1-2/+2
2024-01-18wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detachZheng Wang1-2/+2
2024-01-18wifi: rt2x00: simplify rt2x00crypto_rx_insert_iv()Dmitry Antipov1-4/+1
2024-01-18wifi: mwifiex: debugfs: Drop unnecessary error check for debugfs_create_dir()Jinjie Ruan1-3/+0
2024-01-18wifi: mwifiex: Use helpers to check multicast addressesRuan Jinjie2-2/+2
2024-01-18wifi: brcmsmac: phy: Remove unreachable codeArtem Chernyshev3-11/+5
2024-01-18wifi: ath11k: rely on mac80211 debugfs handling for vifBenjamin Berg4-40/+13
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: wilc1000: fix multi-vif management when deleting a vifAjay Singh1-1/+0
2024-01-18wifi: wilc1000: fix incorrect power down sequenceAjay Singh2-14/+25
2024-01-18wifi: wilc1000: do not realloc workqueue everytime an interface is addedAjay Singh2-10/+11
2024-01-18wifi: wilc1000: fix driver_handler when committing initial configurationAjay Singh1-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