summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2021-06-28Merge tag 'mac80211-next-for-net-next-2021-06-25' of git://git.kernel.org/pub...David 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
2021-06-12ath11k: add support to get peer id for WCN6855Baochen Qiang4-4/+38
2021-06-12ath11k: setup WBM_IDLE_LINK ring once againBaochen Qiang1-0/+10
2021-06-12ath11k: setup REO for WCN6855Baochen Qiang5-52/+96
2021-06-12ath11k: add dp support for WCN6855Baochen Qiang3-0/+289
2021-06-12ath11k: add hw reg support for WCN6855Baochen Qiang2-0/+72
2021-06-12ath9k: Fix kernel NULL pointer dereference during ath_reset_internal()Pali Rohár1-0/+5
2021-05-31Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo11-20/+22
2021-05-30ath9k: ar9003_mac: read STBC indicator from rx descriptorPhilipp Borgers1-0/+2
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-11/+246
2021-05-24ath10k/ath11k: fix spelling mistake "requed" -> "requeued"Colin Ian King10-20/+20
2021-05-13ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()Anirudh Rayabharam2-4/+5
2021-05-13Revert "ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()"Greg Kroah-Hartman1-1/+3
2021-05-11ath11k: Drop multicast fragmentsSriram R1-0/+16
2021-05-11ath11k: Clear the fragment cache during key installSriram R3-0/+25