summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-112-2/+3
|\
| * wifi: wilc1000: fix spurious inline in wilc_handle_disconnect()Kalle Valo2022-08-082-2/+3
* | Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2022-08-058-59/+26
|\ \
| * | tracing/iwlwifi: Use the new __vstring() helperSteven Rostedt (Google)2022-07-151-8/+4
| * | tracing/brcm: Use the new __vstring() helperSteven Rostedt (Google)2022-07-152-16/+8
| * | tracing/ath: Use the new __vstring() helperSteven Rostedt (Google)2022-07-155-35/+14
* | | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-0447-616/+49
|\ \ \ | |_|/ |/| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULEThomas Gleixner2022-06-1047-616/+49
| |/
* | Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-08-03297-6116/+6359
|\ \
| * \ Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-07-2921-477/+396
| |\ \
| | * | wifi: wcn36xx: Add debugfs entry to read firmware feature stringsBryan O'Donoghue2022-07-292-0/+40
| | * | wifi: wcn36xx: Move capability bitmap to string translation function to firmw...Bryan O'Donoghue2022-07-293-77/+81
| | * | wifi: wcn36xx: Move firmware feature bit storage to dedicated firmware.c fileBryan O'Donoghue2022-07-297-124/+146
| | * | wifi: wcn36xx: Rename clunky firmware feature bit enumBryan O'Donoghue2022-07-294-8/+8
| | * | wifi: wil6210: debugfs: fix uninitialized variable use in `wil_write_file_wmi()`Ammar Faizi2022-07-271-2/+2
| | * | Revert "ath11k: add support for hardware rfkill for QCA6390"Kalle Valo2022-07-277-206/+0
| | * | wifi: ath11k: Fix register write failure on QCN9074Manikanta Pubbisetty2022-07-276-69/+128
| * | | wifi: rtw88: check the return value of alloc_workqueue()William Dean2022-07-291-0/+4
| * | | wifi: rtw89: 8852a: adjust IMR for SER L1Zong-Zhe Yang2022-07-291-1/+1
| * | | wifi: rtw89: 8852a: update RF radio A/B R56Ping-Ke Shih2022-07-291-450/+446
| * | | wifi: brcmfmac: prevent double-free on hardware-resetDanny van Heumen2022-07-282-17/+6
| * | | wifi: brcmfmac: support brcm,ccode-map-trivial DT propertyAlvin Šipraga2022-07-283-0/+11
| * | | wifi: brcmfmac: Replace default (not configured) MAC with a random MACHans de Goede2022-07-281-0/+23
| * | | wifi: brcmfmac: Add brcmf_c_set_cur_etheraddr() helperHans de Goede2022-07-283-11/+16
| * | | wifi: brcmfmac: Remove #ifdef guards for PM related functionsPaul Cercueil2022-07-283-42/+15
| * | | wifi: brcmfmac: use strreplace() in brcmf_of_probe()Dan Carpenter2022-07-281-5/+1
| * | | wifi: plfxlc: Use eth_zero_addr() to assign zero addressXu Qiang2022-07-271-1/+1
| * | | wifi: wilc1000: use existing iftype variable to store the interface typeAjay Singh2022-07-272-4/+3
| * | | wifi: wilc1000: add 'isinit' flag for SDIO bus similar to SPIAjay Singh2022-07-274-3/+28
| * | | wifi: wilc1000: cancel the connect operation during interface downAjay Singh2022-07-273-4/+4
| * | | wifi: wilc1000: get correct length of string WID from received config packetAjay Singh2022-07-271-2/+3
| * | | wifi: wilc1000: set station_info flag only when signal value is validAjay Singh2022-07-271-2/+1
| * | | wifi: wilc1000: set correct value of 'close' variable in failure caseAjay Singh2022-07-271-1/+1
| * | | wifi: wilc1000: add WID_TX_POWER WID in g_cfg_byte arrayAjay Singh2022-07-271-0/+1
| * | | wifi: b43: do not initialise static variable to 0Xin Gao2022-07-271-1/+1
| * | | wifi: b43legacy: clean up one inconsistent indentingYang Li2022-07-271-1/+1
| * | | wifi: rtl8xxxu: Fix the error handling of the probe functionZheyu Ma2022-07-271-10/+11
| * | | wifi: wl12xx: Drop if with an always false conditionUwe Kleine-König2022-07-271-3/+0
| * | | wifi: libertas: Fix possible refcount leak in if_usb_probe()Hangyu Hua2022-07-271-0/+1
| * | | wifi: mwifiex: clean up one inconsistent indentingYang Li2022-07-271-1/+1
| * | | wifi: rtlwifi: Remove duplicate word and Fix typoZhang Jiaming2022-07-271-1/+1
| * | | wifi: mwifiex: Fix comment typoJason Wang2022-07-271-1/+1
| * | | wifi: mwl8k: use time_after to replace "jiffies > a"Li Qiong2022-07-271-1/+1
| * | | wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queueJose Ignacio Tornos Martinez2022-07-271-0/+1
| * | | wifi: iwlwifi: mvm: fix clang -Wformat warningsJustin Stitt2022-07-271-2/+2
| |/ /
| * | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-07-2510-19/+14
| |\ \
| | * | wifi: wcn36xx: fix repeated words in commentsJilin Yuan2022-07-181-1/+1
| | * | wifi: wil6210: fix repeated words in commentsJilin Yuan2022-07-181-1/+1
| | * | wifi: ath: fix repeated words in commentsJilin Yuan2022-07-181-1/+1
| | * | wifi: ath6kl: fix repeated words in commentsJilin Yuan2022-07-183-3/+3