aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/ath (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-16Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo34-198/+912
2020-03-12carl9170: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-1/+1
2020-03-12ath5k: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-87/+87
2020-03-12ath11k: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-6/+6
2020-03-12ath10k: allow qca988x family to support ack rssi of tx data packets.Yibo Zhao1-0/+1
2020-03-11ath9k: Handle txpower changes even when TPC is disabledRemi Pommarel1-0/+3
2020-03-11ath5k: Add proper dependency for ATH5K_AHBKrzysztof Kozlowski1-1/+1
2020-03-11ath11k: add thermal sensor device supportPradeep Kumar Chitrapu6-0/+188
2020-03-11ath11k: add thermal cooling device supportPradeep Kumar Chitrapu7-1/+303
2020-03-11ath10k: fix not registering airtime of 11a station with WMM disableYibo Zhao1-1/+2
2020-03-11ath11k: config reorder queue for all tids during peer setupGovindaraj Saminathan4-17/+32
2020-03-11ath10k: fix unsupported chip reset debugs file writeYingying Tang2-5/+11
2020-03-11ath10k: use kzalloc to read for ath10k_sdio_hif_diag_readWen Gong1-4/+14
2020-03-11ath10k: start recovery process when read int status fail for sdioWen Gong1-1/+4
2020-03-11ath10k: add QCA9377 sdio hw_param itemErik Stromdahl2-0/+30
2020-03-11ath10k: avoid consecutive OTP download to reduce boot timeVikas Patel1-0/+11
2020-03-06wil6210: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-02-16Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller3-3/+10
2020-02-14mac80211: Fix setting txpower to zeroBen Greear3-3/+10
2020-02-11ath11k: fix incorrect peer stats counters updateVenkateswara Naralasetty3-1/+18
2020-02-11ath11k: Fixing dangling pointer issue upon peer delete failureVikas Patel1-0/+12
2020-02-11ath11k: fix parsing PPDU_CTRL type in pktlogAnilkumar Kolli2-13/+12
2020-02-11ath11k: fix warn-on in disassociationKarthikeyan Periyasamy3-7/+13
2020-02-11ath11k: fix rcu lock protect in peer assoc confirmationKarthikeyan Periyasamy1-0/+3
2020-02-11ath11k: add HE rate accounting to driverJohn Crispin8-6/+112
2020-02-11ath11k: drop tx_info from ath11k_staJohn Crispin2-50/+2
2020-02-11ath11k: Silence clang -Wsometimes-uninitialized in ath11k_update_per_peer_stats_from_txcomplNathan Chancellor1-1/+1
2020-02-11ath10k: Add support to read btcoex related data from DTTamizh Chelvam5-3/+52
2020-02-11ath10k: fix few checkpatch warningsKalle Valo2-3/+3
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds84-180/+49811
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2020-01-26wcn36xx: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-01-26ar5523: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-01-26ar5523: Add USB ID of SMCWUSBT-G2 wireless adapterMert Dirik1-0/+2
2020-01-26ath10k: Use device_get_match_data() to simplify codeStephen Boyd1-7/+4
2020-01-26ath10k: Add newlines to printk messagesStephen Boyd1-3/+3
2020-01-26ath10k: Correct the DMA direction for management tx buffersRakesh Pillai1-1/+1
2020-01-26ath11k: fix up some error pathsDan Carpenter1-11/+11
2020-01-26ath11k: make sure to also report the RX bandwidth inside radiotapJohn Crispin1-1/+2
2020-01-26ath11k: avoid null pointer dereference when pointer band is nullColin Ian King1-4/+4
2020-01-26ath11k: Add missing pdev rx rate statsBhagavathi Perumal S2-33/+214
2020-01-26ath11k: ensure ts.flags is initialized before bit-wise or'ing in valuesColin Ian King1-1/+1
2020-01-26ath11k: set TxBf parameters after vdev startBhagavathi Perumal S1-6/+5
2020-01-26ath11k: enable HE tlvs in ppdu stats for pktlog liteAnilkumar Kolli2-0/+23
2020-01-26ath11k: fix debugfs build failureArnd Bergmann4-16/+13
2020-01-26ath10k: Don't call SCM interface for statically mapped msa regionGovind Singh2-0/+10
2020-01-26Revert "ath10k: fix DMA related firmware crashes on multiple devices"Zhi Chen1-1/+1
2020-01-26ath10k: drop RX skb with invalid length for sdioWen Gong1-6/+18
2020-01-26ath10k: use true,false for bool variablezhengbin1-1/+1
2020-01-26ath10k: Add optional qdss clkBjorn Andersson1-1/+1