summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* wifi: atmel: Avoid clashing function prototypesKees Cook2022-10-051-84/+80
* wifi: rtw89: add to dump TX FIFO 0/1 for 8852CPing-Ke Shih2022-10-053-0/+27
* wifi: rtw89: 8852c: set pin MUX to enable BT firmware logPing-Ke Shih2022-10-052-0/+7
* wifi: rtw89: phy: ignore warning of bb gain cfg_type 4Ping-Ke Shih2022-10-051-0/+6
* wifi: rtw89: 8852c: update BB parameters to v28Ping-Ke Shih2022-10-051-109/+879
* wifi: rtw89: 8852c: rfk: correct miscoding delay of DPKPing-Ke Shih2022-10-051-1/+1
* wifi: rtw89: 8852c: correct set of IQK backup registersPing-Ke Shih2022-10-051-2/+1
* brcmfmac: Fix AP interface delete issuePrasanna Kerekoppa2022-10-051-11/+90
* brcmfmac: support station interface creation version 1, 2 and 3Wright Feng2022-10-051-24/+124
* brcmfmac: add creating station interface supportWright Feng2022-10-052-12/+70
* brcmfmac: dump dongle memory when attaching failedWright Feng2022-10-042-4/+9
* brcmfmac: return error when getting invalid max_flowrings from dongleWright Feng2022-10-041-0/+4
* brcmfmac: add a timer to read console periodically in PCIE busWright Feng2022-10-043-2/+131
* brcmfmac: Fix authentication latency caused by OBSS stats surveyRamesh Rangavittal2022-10-041-0/+6
* brcmfmac: fix CERT-P2P:5.1.10 failureDouble Lo2022-10-041-1/+1
* brcmfmac: fix firmware trap while dumping obss statsWright Feng2022-10-041-21/+17
* brcmfmac: Add dump_survey cfg80211 ops for HostApd AutoChannelSelectionWright Feng2022-10-043-2/+261
* wifi: rtl8xxxu: gen2: Turn on the rate controlBitterblue Smith2022-10-041-6/+2
* wifi: rtl8xxxu: Support new chip RTL8188FUBitterblue Smith2022-10-049-25/+1874
* wifi: rtw89: 8852be: add 8852BE PCI entryPing-Ke Shih2022-10-042-0/+66
* wifi: rtw89: 8852b: add chip_ops to read phy capPing-Ke Shih2022-10-042-0/+188
* wifi: rtw89: 8852b: add chip_ops to read efusePing-Ke Shih2022-10-042-0/+181
* wifi: rtw89: 8852b: add chip_ops::set_txpwrPing-Ke Shih2022-10-044-1/+218
* wifi: rtw89: debug: txpwr_table considers signZong-Zhe Yang2022-10-041-4/+8
* wifi: rtw89: phy: make generic txpwr setting functionsZong-Zhe Yang2022-10-047-304/+184
* wifi: rtw89: 8852b: add tables for RFKPing-Ke Shih2022-10-042-0/+856
* wifi: rtw89: 8852b: add BB and RF tables (2 of 2)Ping-Ke Shih2022-10-041-0/+9628
* wifi: rtw89: 8852b: add BB and RF tables (1 of 2)Ping-Ke Shih2022-10-042-0/+13279
* Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-09-30215-2274/+8704
|\
| * wifi: rtl8xxxu: Improve rtl8xxxu_queue_selectBitterblue Smith2022-09-291-3/+2
| * wifi: rtl8xxxu: Fix AIFS written to REG_EDCA_*_PARAMBitterblue Smith2022-09-291-0/+49
| * wifi: rtl8xxxu: gen2: Enable 40 MHz channel widthBitterblue Smith2022-09-292-9/+18
| * wifi: rtw89: 8852b: configure DLE memPing-Ke Shih2022-09-283-0/+35
| * wifi: rtw89: check DLE FIFO size with reserved sizePing-Ke Shih2022-09-285-2/+20
| * wifi: rtw89: mac: correct register of report IMRPing-Ke Shih2022-09-285-1/+5
| * wifi: rtw89: pci: set power cut closed for 8852bePing-Ke Shih2022-09-281-1/+1
| * wifi: rtw89: pci: add to do PCI auto calibrationPing-Ke Shih2022-09-282-0/+21
| * wifi: rtw89: 8852b: implement chip_ops::{enable,disable}_bb_rfPing-Ke Shih2022-09-287-12/+84
| * wifi: rtw89: add DMA busy checking bits to chip infoPing-Ke Shih2022-09-285-8/+21
| * wifi: rtw89: mac: define DMA channel mask to avoid unsupported channelsPing-Ke Shih2022-09-285-0/+27
| * wifi: rtw89: pci: mask out unsupported TX channelsPing-Ke Shih2022-09-285-0/+38
| * iwlegacy: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-09-281-2/+2
| * ipw2x00: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-09-281-1/+1
| * wifi: iwlwifi: Track scan_cmd allocation size explicitlyKees Cook2022-09-285-7/+16
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-09-2765-369/+1750
| |\
| | * wifi: ath11k: Fix deadlock during WoWLAN suspendBaochen Qiang2022-09-261-6/+6
| | * wifi: ath11k: Remove redundant ath11k_mac_drain_txBaochen Qiang2022-09-261-1/+0
| | * wifi: ath11k: Add spectral scan support for 160 MHzTamizh Chelvam Raja2022-09-264-0/+31
| | * wifi: ath11k: Add support to get power save duration for each clientVenkateswara Naralasetty2022-09-267-0/+473
| | * wifi: ath11k: fix peer addition/deletion error on sta band migrationChristian 'Ansuel' Marangi2022-09-241-4/+26