summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
| * wcn36xx: Track SNR and RSSI for each RX frameBryan O'Donoghue2022-01-193-0/+53
| * wcn36xx: Track the band and channel we are tuned toBryan O'Donoghue2022-01-192-0/+30
| * wcn36xx: Implement get_snr()Bryan O'Donoghue2022-01-191-0/+5
| * ath10k: abstract htt_rx_desc structureFrancesco Magliocca2022-01-178-192/+722
| * wcn36xx: Use platform_get_irq_byname() to get the interruptLad Prabhakar2022-01-171-13/+8
| * ath9k: remove redundant status variableMinghao Chi2022-01-171-5/+1
| * ath11k: Reconfigure hardware rate for WCN6855 after vdev is startedBaochen Qiang2022-01-172-0/+19
| * ath: dfs_pattern_detector: Avoid open coded arithmetic in memory allocationChristophe JAILLET2022-01-171-3/+3
| * ath10k: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-171-10/+5
| * ath5k: fix ah_txq_isr_txok_all settingPeter Seiderer2022-01-171-0/+1
| * ath5k: remove unused ah_txq_isr_txurn member from struct ath5k_hwPeter Seiderer2022-01-172-8/+0
| * ath5k: remove unused ah_txq_isr_qcborn member from struct ath5k_hwPeter Seiderer2022-01-172-5/+1
| * ath5k: remove unused ah_txq_isr_qcburn member from struct ath5k_hwPeter Seiderer2022-01-172-5/+1
| * ath5k: remove unused ah_txq_isr_qtrig member from struct ath5k_hwPeter Seiderer2022-01-172-5/+1
| * ath11k: fix error code in ath11k_qmi_assign_target_mem_chunk()Dan Carpenter2022-01-171-1/+1
| * ath11k: move function ath11k_dp_rx_process_mon_statusAloka Dixit2022-01-171-87/+84
| * ath11k: enable RX PPDU stats in monitor co-exist modeMiles Hu2022-01-173-64/+34
| * ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111Zekun Shen2022-01-121-0/+3
| * ath11k: free peer for station when disconnect from AP for QCA6390/WCN6855Wen Gong2022-01-121-13/+18
| * ath11k: add LDPC FEC type in 802.11 radiotap headerP Praneesh2022-01-123-1/+28
| * ath11k: Refactor the fallback routine when peer create failsKarthikeyan Periyasamy2022-01-111-17/+23
| * ath11k: fix workqueue not getting destroyed after rmmodAditya Kumar Singh2022-01-111-0/+4
| * ath10k: fix memory overwrite of the WoWLAN wakeup packet patternWen Gong2022-01-111-3/+4
| * ath11k: add missing of_node_put() to avoid leakYang Yingliang2022-01-112-0/+2
* | proc: remove PDE_DATA() completelyMuchun Song2022-01-225-33/+33
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-0/+2
|\ \
| * | include/linux/unaligned: replace kernel.h with the necessary inclusionsAndy Shevchenko2022-01-201-0/+2
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-1/+1
|\ \ \
| * | | virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-1/+1
| |/ /
* | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-174-4/+4
|\ \ \
| * | | exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman2021-12-134-4/+4
* | | | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-131-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'irq/urgent' into irq/msiThomas Gleixner2021-12-141-1/+5
| |\ \ \
| * | | | genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner2021-12-091-1/+1
* | | | | iwlwifi: mvm: Use div_s64 instead of do_div in iwl_mvm_ftm_rtt_smoothing()Nathan Chancellor2022-01-091-2/+1
* | | | | Merge tag 'wireless-drivers-next-2021-12-23' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-12-23163-2635/+5359
|\ \ \ \ \
| * | | | | mt76: mt7921: fix a possible race enabling/disabling runtime-pmLorenzo Bianconi2021-12-222-6/+9
| * | | | | wilc1000: Add reset/enable GPIO support to SPI driverDavid Mosberger-Tang2021-12-222-4/+60
| * | | | | wilc1000: Convert static "chipid" variable to device-local variableDavid Mosberger-Tang2021-12-222-14/+14
| * | | | | rtw89: 8852a: correct bit definition of dfs_enChung-Hsuan Hung2021-12-221-1/+1
| * | | | | rtw88: don't consider deep PS mode when transmitting packetChin-Yen Lee2021-12-224-2/+11
| * | | | | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-12-2227-195/+1055
| |\ \ \ \ \
| | * | | | | ath11k: Fix unexpected return buffer manager error for QCA6390Baochen Qiang2021-12-222-2/+2
| | * | | | | ath11k: add support of firmware logging for WCN6855Cheng Wang2021-12-226-0/+151
| | * | | | | ath11k: Fix napi related hangBen Greear2021-12-223-7/+19
| | * | | | | ath10k: replace strlcpy with strscpyJason Wang2021-12-221-3/+3
| | * | | | | ath11k: add regdb.bin download for regdb offloadWen Gong2021-12-215-13/+52
| | * | | | | ath11k: add support for hardware rfkill for QCA6390Wen Gong2021-12-207-0/+203
| | * | | | | ath11k: report tx bitrate for iw wlan station dumpWen Gong2021-12-2010-133/+210
| | * | | | | ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_streamZekun Shen2021-12-201-0/+7