aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-01Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+1
2021-09-01Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+1
2021-08-29ath6kl: wmi: fix an error code in ath6kl_wmi_sync_point()Dan Carpenter1-1/+3
2021-08-29ath9k: fix sleeping in atomic contextMiaoqing Pan1-5/+7
2021-08-29ath9k: fix OOB read ar9300_eeprom_restore_internalZekun Shen1-1/+2
2021-08-29wcn36xx: Fix missing frame timestamp for beacon/probe-respLoic Poulain1-0/+4
2021-08-29wcn36xx: Allow firmware name to be overridden by DTBjorn Andersson3-2/+10
2021-08-29wcn36xx: Ensure finish scan is not requested before start scanJoseph Gates2-1/+5
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-4/+10
2021-08-05ath11k: set register access length for MHI driverBhaumik Bhatt1-0/+1
2021-07-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo5-29/+5
2021-07-19firmware: qcom_scm: Allow qcom_scm driver to be loadable as a permenent moduleJohn Stultz1-0/+1
2021-07-02ath11k: Remove some duplicate codeChristophe JAILLET1-5/+0
2021-07-02ath: switch from 'pci_' to 'dma_' APIChristophe JAILLET4-24/+5
2021-06-28Merge tag 'mac80211-next-for-net-next-2021-06-25' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-1/+1
2021-06-23mac80211: notify driver on mgd TX completionJohannes Berg1-1/+1
2021-06-22wcn36xx: Avoid memset() beyond end of struct fieldKees Cook1-16/+5
2021-06-22ath11k: Avoid memcpy() over-reading of he_capKees Cook1-4/+10
2021-06-19ath11k: Enable QCN9074 deviceAnilkumar Kolli1-1/+1
2021-06-19ath10k: demote chan info without scan request warningCaleb Connolly1-1/+1
2021-06-15wil6210: remove erroneous wiphy lockingJohannes Berg1-2/+0
2021-06-15ath6kl: Fix inconsistent indentingJiapeng Chong1-2/+2
2021-06-15ath11k: send beacon template after vdev_start/restart during csaSeevalamuthu Mariappan1-5/+5
2021-06-15ath10k: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-8/+1
2021-06-15ath10k: remove the repeated declarationShaokun Zhang2-2/+0
2021-06-15ath10k: Fix an error code in ath10k_add_interface()Yang Li1-0/+1
2021-06-15ath11k: Fix an error handling path in ath11k_core_fetch_board_data_api_n()Christophe JAILLET1-1/+2
2021-06-15wil6210: Fix wrong function name in commentsYang Shen2-4/+4
2021-06-15ath: Fix wrong function name in commentsYang Shen1-1/+1
2021-06-15ath5k: Fix wrong function name in commentsYang Shen1-1/+1
2021-06-14wcn36xx: Move hal_buf allocation to devm_kmalloc in probeBryan O'Donoghue1-13/+8
2021-06-14wcn36xx: Fix inconsistent indentingJiapeng Chong1-1/+1
2021-06-14wcn36xx: Enable WOWLAN flagsBryan O'Donoghue1-1/+3
2021-06-14wcn36xx: Add host resume request supportBryan O'Donoghue3-0/+38
2021-06-14wcn36xx: Add Host suspend indication supportBryan O'Donoghue3-0/+24
2021-06-14wcn36xx: Add GTK offload info to WoWLAN resumeBryan O'Donoghue4-2/+79
2021-06-14wcn36xx: Add GTK offload to WoWLAN pathBryan O'Donoghue4-1/+47
2021-06-14wcn36xx: Add set_rekey_data callbackBryan O'Donoghue2-0/+25
2021-06-14wcn36xx: Add ipv6 namespace offload in suspendBryan O'Donoghue4-0/+73
2021-06-14wcn36xx: Add ipv6 address trackingBryan O'Donoghue3-0/+41
2021-06-14wcn36xx: Do not flush indication queue on suspend/resumeBryan O'Donoghue1-2/+0
2021-06-14wcn36xx: Add ipv4 ARP offload support in suspendBryan O'Donoghue4-8/+57
2021-06-14wcn36xx: Run suspend for the first ieee80211_vifBryan O'Donoghue1-3/+28
2021-06-14wcn36xx: Return result of set_power_params in suspendBryan O'Donoghue1-2/+4
2021-06-12ath10k: remove unused more_frags variableYang Yingliang1-2/+0
2021-06-12wireless: carl9170: fix LEDS build errors & warningsRandy Dunlap1-5/+3
2021-06-12ath10k: add missing error return code in ath10k_pci_probe()Yang Yingliang1-3/+9
2021-06-12ath10k: go to path err_unsupported when chip id is not supportedYang Yingliang1-1/+1
2021-06-12ath11k: don't call ath11k_pci_set_l1ss for WCN6855Baochen Qiang3-1/+8
2021-06-12ath11k: add support for WCN6855Baochen Qiang4-10/+75