summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-2023-09-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-10-0413-89/+123
|\
| * wifi: iwlwifi: mvm: Fix incorrect usage of scan APIIlan Peer2023-09-271-1/+1
| * wifi: mt76: mt76x02: fix MT76x0 external LNA gain handlingFelix Fietkau2023-09-222-9/+11
| * wifi: brcmfmac: Replace 1-element arrays with flexible arraysJuerg Haefliger2023-09-181-2/+7
| * wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packetPin-yen Lin2023-09-181-7/+9
| * wifi: rtw88: rtw8723d: Fix MAC address offset in EEPROMSascha Hauer2023-09-181-0/+1
| * wifi: iwlwifi: mvm: Fix a memory corruption issueChristophe JAILLET2023-09-111-1/+1
| * wifi: iwlwifi: Ensure ack flag is properly cleared.Ben Greear2023-09-111-0/+3
| * wifi: iwlwifi: dbg_ini: fix structure packingArnd Bergmann2023-09-111-3/+3
| * iwlwifi: mvm: handle PS changes in vif_cfg_changedGregory Greenman2023-09-111-58/+63
| * wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_lenGustavo A. R. Silva2023-09-041-0/+16
| * wifi: mwifiex: Replace one-element array with flexible-array member in struct...Gustavo A. R. Silva2023-09-042-2/+2
| * wifi: mwifiex: Fix tlv_buf_left calculationGustavo A. R. Silva2023-09-041-2/+2
| * wifi: mt76: fix lock dependency problem for wed_lockLorenzo Bianconi2023-09-041-4/+4
* | Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-2/+1
|\ \
| * \ Merge 6.5-rc6 into usb-nextGreg Kroah-Hartman2023-08-149-15/+17
| |\ \
| * | | USB: Remove remnants of Wireless USB and UWBAlan Stern2023-08-091-2/+1
* | | | Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-08-303-12/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | wifi: ath10k: Use RMW accessors for changing LNKCTLIlpo Järvinen2023-08-211-4/+5
| * | | wifi: ath12k: Use RMW accessors for changing LNKCTLIlpo Järvinen2023-08-211-4/+6
| * | | wifi: ath11k: Use RMW accessors for changing LNKCTLIlpo Järvinen2023-08-211-4/+6
* | | | Merge tag 'wireless-next-2023-08-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-08-25130-1021/+1967
|\ \ \ \
| * \ \ \ Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2023-08-2540-268/+195
| |\ \ \ \
| | * | | | wifi: ath: Use is_multicast_ether_addr() to check multicast Ether addressRuan Jinjie2023-08-251-1/+1
| | * | | | wifi: ath12k: Remove unused declarationsYue Haibing2023-08-254-8/+0
| | * | | | wifi: ath12k: add check max message length while scanning with extraieWen Gong2023-08-251-7/+13
| | * | | | wifi: ath9k: use IS_ERR() with debugfs_create_dir()Wang Ming2023-08-251-1/+1
| | * | | | wifi: ath12k: Fix memory leak in rx_desc and tx_descRajat Soni2023-08-232-1/+31
| | * | | | wifi: ath5k: ath5k_hw_get_median_noise_floor(): use swap()Mahmoud Maatuq2023-08-231-16/+13
| | * | | | wifi: ath: remove unused-but-set parameterArnd Bergmann2023-08-234-6/+2
| | * | | | wifi: ath11k: Remove unused declarationsYue Haibing2023-08-232-5/+0
| | * | | | wifi: ath10k: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-231-1/+1
| | * | | | wifi: ath11k: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-231-1/+1
| | * | | | wifi: ath11k: simplify the code with module_platform_driverYang Yingliang2023-08-231-11/+1
| | * | | | wifi: ath12k: Fix a few spelling errorsJeff Johnson2023-08-235-5/+5
| | * | | | wifi: ath11k: Fix a few spelling errorsJeff Johnson2023-08-233-3/+3
| | * | | | wifi: ath10k: Fix a few spelling errorsJeff Johnson2023-08-234-8/+8
| | * | | | wifi: ath11k: Consistently use ath11k_vif_to_arvif()Jeff Johnson2023-08-232-33/+33
| | * | | | wifi: ath11k: Cleanup mac80211 references on failure during tx_completeSven Eckelmann2023-08-231-3/+3
| | * | | | wifi: ath11k: Don't drop tx_status when peer cannot be foundSven Eckelmann2023-08-231-2/+2
| | * | | | wifi: ath9k: Remove unused declarationsYue Haibing2023-08-222-3/+0
| | * | | | wifi: ath9k: Remove unnecessary ternary operatorsRuan Jinjie2023-08-223-4/+3
| | * | | | wifi: ath9k: consistently use kstrtoX_from_user() functionsDmitry Antipov2023-08-225-139/+61
| | * | | | wifi: ath9k: fix parameter check in ath9k_init_debug()Minjie Du2023-08-221-1/+1
| | * | | | wifi: ath9k: protect WMI command response buffer replacement with a lockFedor Pchelkin2023-08-221-6/+8
| | * | | | wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rxFedor Pchelkin2023-08-221-2/+4
| | * | | | wifi: ath5k: Remove redundant dev_err()Ruan Jinjie2023-08-221-1/+0
| * | | | | wifi: rtlwifi: rtl8723: Remove unused function rtl8723_cmd_send_packet()Jinjie Ruan2023-08-252-30/+0
| * | | | | wifi: rtw88: usb: kill and free rx urbs on probe failureSascha Hauer2023-08-251-1/+4
| * | | | | wifi: rtw89: Fix clang -Wimplicit-fallthrough in rtw89_query_sar()Nathan Chancellor2023-08-251-0/+1