summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: ath10k: avoid NULL pointer error during sdio removeKang Yang2024-10-161-3/+3
* wifi: ath10k: fix the stack frame size warning in ath10k_hw_scanMiaoqing Pan2024-09-281-26/+33
* wifi: ath10k: fix the stack frame size warning in ath10k_remain_on_channelMiaoqing Pan2024-09-281-14/+21
* wifi: ath10k: fix invalid VHT parameters in supported_vht_mcs_rate_nss2Baochen Qiang2024-09-281-1/+1
* wifi: ath10k: fix invalid VHT parameters in supported_vht_mcs_rate_nss1Baochen Qiang2024-09-281-1/+1
* wifi: mac80211: handle ieee80211_radar_detected() for MLOAditya Kumar Singh2024-09-063-4/+4
* Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-191-3/+3
|\
| * wifi: ath10k: Use iommu_paging_domain_alloc()Lu Baolu2024-07-041-3/+3
* | wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach2024-06-261-1/+1
* | Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-06-1114-0/+308
|\ \ | |/ |/|
| * wifi: ath10k: add LED and GPIO controlling support for various chipsetsSebastian Gottschall2024-05-1512-0/+296
| * wifi: ath10k: do not always wait for MSA_READY indicatorMarc Gonzalez2024-05-132-0/+12
* | Merge tag 'ath-current-20240531' of git://git.kernel.org/pub/scm/linux/kernel...Kalle Valo2024-06-011-0/+1
|\ \
| * | wifi: ath10k: fix QCOM_RPROC_COMMON dependencyDmitry Baryshkov2024-05-201-0/+1
| |/
* | tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-231-32/+32
* | Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-213-30/+30
|\ \
| * | wifi: ath10k: Refer to INTX instead of LEGACYDamien Le Moal2024-04-253-30/+30
* | | Merge tag 'mmc-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2024-05-161-20/+1
|\ \ \ | |_|/ |/| |
| * | wifi: ath10k: sdio: drop driver owner initializationKrzysztof Kozlowski2024-04-041-1/+0
| * | wifi: ath10k: sdio: simplify module initializationKrzysztof Kozlowski2024-04-041-19/+1
| |/
* | Merge tag 'ath-next-20240502' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo2024-05-037-47/+30
|\ \
| * | wifi: ath10k: drop fw.eboard file nameDmitry Baryshkov2024-04-252-9/+2
| * | wifi: ath10k: drop chip-specific board data file nameDmitry Baryshkov2024-04-253-38/+7
| * | wifi: ath10k: populate board data for WCN3990Dmitry Baryshkov2024-04-253-0/+7
| * | wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_tr...Su Hui2024-04-241-1/+1
| * | wifi: ath10k: support board-specific firmware overridesDmitry Baryshkov2024-04-053-1/+15
* | | wifi: ath10k: allocate dummy net_device dynamicallyBreno Leitao2024-04-246-8/+13
|/ /
* | wifi: ath: Convert sprintf/snprintf to sysfs_emitLi Zhijian2024-03-251-1/+1
* | wifi: ath10k: poll service ready message before failingBaochen Qiang2024-03-081-3/+23
|/
* wifi: mac80211: check beacon countdown is complete on per link basisAditya Kumar Singh2024-02-212-2/+2
* wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh2024-02-082-2/+2
* wifi: mac80211: update beacon counters per link basisAditya Kumar Singh2024-02-081-1/+1
* Merge tag 'ath-next-20240130' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo2024-01-3110-78/+64
|\
| * wifi: ath10k: Fix enum ath10k_fw_crash_dump_type kernel-docJeff Johnson2024-01-191-2/+6
| * wifi: ath10k: Fix htt_data_tx_completion kernel-doc warningJeff Johnson2024-01-191-1/+1
| * wifi: ath10k: fix htt_q_state_conf & htt_q_state kernel-docJeff Johnson2024-01-191-3/+7
| * wifi: ath10k: correctly document enum wmi_tlv_tx_pause_idJeff Johnson2024-01-191-2/+2
| * wifi: ath10k: add missing wmi_10_4_feature_mask documentationJeff Johnson2024-01-191-2/+5
| * wifi: ath10k: replace ENOTSUPP with EOPNOTSUPPKarthikeyan Periyasamy2024-01-186-20/+22
| * wifi: ath10k: remove duplicate memset() in 10.4 TDLS peer updateJeff Johnson2023-12-181-2/+0
| * wifi: ath10k: use flexible array in struct wmi_tdls_peer_capabilitiesJeff Johnson2023-12-181-1/+7
| * wifi: ath10k: remove unused template structsJeff Johnson2023-12-181-24/+0
| * wifi: ath10k: remove struct wmi_pdev_chanlist_update_eventJeff Johnson2023-12-181-7/+0
| * wifi: ath10k: use flexible arrays for WMI start scan TLVsJeff Johnson2023-12-182-13/+6
| * wifi: ath10k: use flexible array in struct wmi_host_mem_chunksJeff Johnson2023-12-181-1/+4
| * wifi: ath10k: fix NULL pointer dereference in ath10k_wmi_tlv_op_pull_mgmt_tx_...Xingyuan Mo2023-12-181-0/+4
* | wifi: mac80211: rework RX timestamp flagsJohannes Berg2023-12-211-1/+1
|/
* wifi: ath10k: add support to allow broadcast action frame RXJames Prestwood2023-12-073-2/+30
* wifi: ath10k: Use DECLARE_FLEX_ARRAY() for ath10k_htc_recordJeff Johnson2023-11-301-3/+3
* wifi: ath10k: remove ath10k_htc_record::pauload[]Jeff Johnson2023-11-301-1/+0