summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2024-02-12wifi: mac80211: remove gfp parameter from ieee80211_obss_color_collision_notifyLorenzo Bianconi1-2/+1
2024-02-08wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh6-6/+6
2024-02-08wifi: mac80211: update beacon counters per link basisAditya Kumar Singh2-2/+2
2024-02-08wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg2-6/+6
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg6-0/+24
2024-02-08Merge wireless into wireless-nextJohannes Berg2-0/+2
2024-01-31Merge tag 'ath-next-20240130' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo48-1061/+2740
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for wcn36xxBreno Leitao1-0/+1
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for ar5523Breno Leitao1-0/+1
2024-01-25wifi: ath11k: fix connection failure due to unexpected peer deleteBaochen Qiang1-54/+85
2024-01-25wifi: ath11k: avoid forward declaration of ath11k_mac_start_vdev_delay()Baochen Qiang1-231/+228
2024-01-25wifi: ath11k: rename ath11k_start_vdev_delay()Baochen Qiang1-5/+5
2024-01-25wifi: ath11k: remove invalid peer create logicBaochen Qiang1-17/+1
2024-01-25wifi: ath11k: enable 36 bit mask for stream DMABaochen Qiang3-7/+19
2024-01-24wifi: ath12k: Fix issues in channel list updateSriram R3-4/+4
2024-01-23Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski4-40/+13
2024-01-19wifi: ath10k: Fix enum ath10k_fw_crash_dump_type kernel-docJeff Johnson1-2/+6
2024-01-19wifi: ath10k: Fix htt_data_tx_completion kernel-doc warningJeff Johnson1-1/+1
2024-01-19wifi: ath10k: fix htt_q_state_conf & htt_q_state kernel-docJeff Johnson1-3/+7
2024-01-19wifi: ath10k: correctly document enum wmi_tlv_tx_pause_idJeff Johnson1-2/+2
2024-01-19wifi: ath10k: add missing wmi_10_4_feature_mask documentationJeff Johnson1-2/+5
2024-01-19wifi: ath12k: add support for collecting firmware logBaochen Qiang4-2/+146
2024-01-19wifi: ath12k: Introduce the container for mac80211 hwKarthikeyan Periyasamy5-136/+335
2024-01-19wifi: ath12k: Refactor the mac80211 hw access from link/radioKarthikeyan Periyasamy8-44/+60
2024-01-18wifi: ath11k: rely on mac80211 debugfs handling for vifBenjamin Berg4-40/+13
2024-01-18wifi: ath12k: change MAC buffer ring size to 2048Baochen Qiang2-1/+2
2024-01-18wifi: ath12k: add support for BA1024Baochen Qiang4-5/+16
2024-01-18wifi: ath12k: fix wrong definitions of hal_reo_update_rx_queueBaochen Qiang1-7/+7
2024-01-18wifi: ath10k: replace ENOTSUPP with EOPNOTSUPPKarthikeyan Periyasamy6-20/+22
2024-01-18wifi: ath11k: replace ENOTSUPP with EOPNOTSUPPKarthikeyan Periyasamy2-5/+5
2024-01-18wifi: ath12k: replace ENOTSUPP with EOPNOTSUPPKarthikeyan Periyasamy3-9/+9
2024-01-17wifi: ath12k: add QMI PHY capability learn supportKarthikeyan Periyasamy3-2/+140
2024-01-17wifi: ath12k: refactor QMI MLO host capability helper functionKarthikeyan Periyasamy3-10/+36
2024-01-16wifi: ath11k: document HAL_RX_BUF_RBM_SW4_BMJeff Johnson1-1/+2
2024-01-16wifi: ath12k: ath12k_start_vdev_delay(): convert to use arKarthikeyan Periyasamy1-7/+6
2024-01-16wifi: ath12k: refactor ath12k_mac_op_flush()Karthikeyan Periyasamy1-6/+12
2024-01-16wifi: ath12k: refactor ath12k_mac_op_ampdu_action()Karthikeyan Periyasamy1-5/+21
2024-01-16wifi: ath12k: refactor ath12k_mac_op_configure_filter()Karthikeyan Periyasamy1-9/+19
2024-01-16wifi: ath12k: refactor ath12k_mac_op_update_vif_offload()Karthikeyan Periyasamy1-5/+12
2024-01-16wifi: ath12k: refactor ath12k_mac_op_stop()Karthikeyan Periyasamy1-4/+10
2024-01-16wifi: ath12k: refactor ath12k_mac_op_start()Karthikeyan Periyasamy1-8/+23
2024-01-16wifi: ath12k: refactor ath12k_mac_op_conf_tx()Karthikeyan Periyasamy1-13/+28
2024-01-16wifi: ath12k: refactor ath12k_bss_assoc()Karthikeyan Periyasamy1-17/+26
2024-01-16wifi: ath12k: refactor ath12k_mac_op_config()Karthikeyan Periyasamy1-3/+16
2024-01-16wifi: ath12k: refactor ath12k_mac_register() and ath12k_mac_unregister()Karthikeyan Periyasamy1-81/+102
2024-01-16wifi: ath12k: refactor ath12k_mac_setup_channels_rates()Karthikeyan Periyasamy1-6/+7
2024-01-16wifi: ath12k: refactor ath12k_mac_allocate() and ath12k_mac_destroy()Karthikeyan Periyasamy1-50/+76
2024-01-16wifi: ath12k: relocate ath12k_dp_pdev_pre_alloc() callKarthikeyan Periyasamy2-2/+2
2024-01-14wifi: ath12k: Use initializers for QMI message buffersJeff Johnson1-29/+11
2024-01-14wifi: ath12k: Add missing qmi_txn_cancel() callsJeff Johnson1-0/+7