summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: mtk_eth_soc: delete some dead codeDan Carpenter2021-12-171-3/+0
* net: mtk_eth_soc: delete an unneeded variableDan Carpenter2021-12-171-1/+0
* tsnep: Fix s390 devm_ioremap_resource warningGerhard Engleder2021-12-171-0/+1
* Merge tag 'wireless-drivers-next-2021-12-17' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-12-17130-1919/+5566
|\
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-12-1646-326/+2074
| |\
| | * wcn36xx: Implement beacon filteringBryan O'Donoghue2021-12-164-0/+107
| | * wcn36xx: Fix physical location of beacon filter commentBryan O'Donoghue2021-12-161-3/+4
| | * wcn36xx: Fix beacon filter structure definitionsBryan O'Donoghue2021-12-161-3/+3
| | * ath11k: Use reserved host DDR addresses from DT for PCI devicesAnilkumar Kolli2021-12-165-13/+101
| | * ath11k: Change qcn9074 fw to operate in mode-2Seevalamuthu Mariappan2021-12-144-5/+25
| | * ath11k: add ab to TARGET_NUM_VDEVS & coKalle Valo2021-12-144-22/+22
| | * ath11k: Fix a NULL pointer dereference in ath11k_mac_op_hw_scan()Zhou Qingyang2021-12-141-2/+5
| | * ath11k: Fix deleting uninitialized kernel timer during fragment cache flushRameshkumar Sundaram2021-12-131-1/+1
| | * ath11k: Avoid false DEADLOCK warning reported by lockdepBaochen Qiang2021-12-132-0/+24
| | * ath11k: set DTIM policy to stick mode for station interfaceCarl Huang2021-12-132-0/+14
| | * ath11k: support MAC address randomization in scanCarl Huang2021-12-133-1/+58
| | * ath10k: wmi: remove array of flexible structuresKalle Valo2021-12-131-1/+3
| | * ath10k: htt: remove array of flexible structuresKalle Valo2021-12-131-110/+0
| | * ath10k: drop beacon and probe response which leak from other channelWen Gong2021-12-091-1/+26
| | * ath11k: add spectral/CFR buffer validation supportVenkateswara Naralasetty2021-12-093-0/+46
| | * ath11k: Process full monitor mode rx supportAnilkumar Kolli2021-12-093-3/+433
| | * ath11k: add software monitor ring descriptor for full monitorAnilkumar Kolli2021-12-093-0/+80
| | * ath11k: Add htt cmd to enable full monitor modeAnilkumar Kolli2021-12-095-0/+84
| | * ath6kl: Use struct_group() to avoid size-mismatched castingKees Cook2021-12-092-15/+19
| | * ath11k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN6855Wen Gong2021-12-091-0/+3
| | * ath11k: Fix buffer overflow when scanning with extraieSven Eckelmann2021-12-091-3/+3
| | * ath10k: fix scan abort when duration is set for hw scanWen Gong2021-12-081-4/+5
| | * ath10k: Fix tx hangingSebastian Gottschall2021-12-082-2/+3
| | * ath: regdom: extend South Korea regulatory domain supportPeter Oh2021-12-082-0/+4
| | * ath11k: add wait operation for tx management packets for flush from mac80211Wen Gong2021-12-084-10/+55
| | * carl9170: Use the bitmap API when applicableChristophe JAILLET2021-12-081-6/+3
| | * wcn36xx: Fix max channels retrievalLoic Poulain2021-12-081-1/+1
| | * ath11k: add 11d scan offload supportWen Gong2021-12-087-1/+360
| | * ath11k: add configure country code for QCA6390 and WCN6855Wen Gong2021-12-082-0/+48
| | * ath11k: avoid deadlock by change ieee80211_queue_work for regd_update_workWen Gong2021-12-081-1/+1
| | * ath11k: change to use dynamic memory for channel list of scanWen Gong2021-12-072-2/+11
| | * ath11k: Fix QMI file type enum valueSeevalamuthu Mariappan2021-12-071-1/+1
| | * ath11k: add support for WCN6855 hw2.1Baochen Qiang2021-12-074-2/+69
| | * ath9k: switch to rate table based lookupJonas Jelonek2021-12-071-2/+43
| | * ath10k: Fix the MTU size on QCA9377 SDIOFabio Estevam2021-12-072-1/+21
| | * ath11k: Avoid NULL ptr access during mgmt tx cleanupSriram R2021-11-291-15/+20
| | * wcn36xx: Use correct SSN for ADD BA requestLoic Poulain2021-11-263-10/+44
| | * ath11k: Use host CE parameters for CE interrupts configurationAnilkumar Kolli2021-11-261-8/+8
| | * ath11k: Use memset_startat() for clearing queue descriptorsKees Cook2021-11-241-7/+6
| | * ath11k: Fix spelling mistake "detetction" -> "detection"Colin Ian King2021-11-241-1/+1
| | * Revert "ath11k: add read variant from SMBIOS for download board data"Kalle Valo2021-11-243-96/+0
| | * ath11k: Fix mon status ring rx tlv processingAnilkumar Kolli2021-11-221-7/+7
| | * ath11k: add read variant from SMBIOS for download board dataWen Gong2021-11-223-0/+96
| | * ath11k: skip sending vdev down for channel switchWen Gong2021-11-221-31/+1
| | * ath11k: fix read fail for htt_stats and htt_peer_stats for single pdevWen Gong2021-11-226-3/+86