summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k
AgeCommit message (Expand)Author
2024-10-31Merge tag 'ath-next-20241030' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo
2024-10-25wifi: ath12k: convert tasklet to BH workqueue for CE interruptsRaj Kumar Bhagat
2024-10-23wifi: ath12k: fix A-MSDU indication in monitor modeKang Yang
2024-10-23wifi: ath12k: use tail MSDU to get MSDU informationKang Yang
2024-10-23wifi: ath12k: delete NSS and TX power setting for monitor vdevKang Yang
2024-10-23wifi: ath12k: fix struct hal_rx_mpdu_startKang Yang
2024-10-23wifi: ath12k: fix struct hal_rx_phyrx_rssi_legacy_infoKang Yang
2024-10-23wifi: ath12k: fix struct hal_rx_ppdu_startKang Yang
2024-10-23wifi: ath12k: fix struct hal_rx_ppdu_end_user_statsKang Yang
2024-10-23wifi: ath12k: remove unused variable monitor_presentKang Yang
2024-10-23wifi: mac80211: call rate_control_rate_update() for link STAJohannes Berg
2024-10-22wifi: ath12k: fix warning when unbindingJose Ignacio Tornos Martinez
2024-10-22wifi: ath12k: fix crash when unbindingJose Ignacio Tornos Martinez
2024-10-22wifi: ath12k: remove msdu_end structure for WCN7850Lingbo Kong
2024-10-16wifi: ath12k: modify link arvif creation and removal for MLOSriram R
2024-10-16wifi: ath12k: update ath12k_mac_op_update_vif_offload() for MLOSriram R
2024-10-16wifi: ath12k: update ath12k_mac_op_conf_tx() for MLOSriram R
2024-10-16wifi: ath12k: modify ath12k_mac_op_set_key() for MLORameshkumar Sundaram
2024-10-16wifi: ath12k: modify ath12k_mac_op_bss_info_changed() for MLOSriram R
2024-10-16wifi: ath12k: modify ath12k_get_arvif_iter() for MLORameshkumar Sundaram
2024-10-16wifi: ath12k: modify ath12k_mac_vif_chan() for MLORameshkumar Sundaram
2024-10-16wifi: ath12k: prepare vif config caching for MLORameshkumar Sundaram
2024-10-16wifi: ath12k: prepare sta data structure for MLO handlingSriram R
2024-10-16wifi: ath12k: pass ath12k_link_vif instead of vif/ahvifSriram R
2024-10-16wifi: ath12k: prepare vif data structure for MLO handlingSriram R
2024-10-16wifi: ath12k: Support BE OFDMA Pdev Rate StatsPradeep Kumar Chitrapu
2024-10-16wifi: ath12k: Support Pdev Scheduled Algorithm StatsSidhanta Sahu
2024-10-16wifi: ath12k: Support DMAC Reset StatsRajat Soni
2024-10-16wifi: ath12k: Add firmware coredump collection supportSowmiya Sree Elavalagan
2024-10-16wifi: ath12k: add missing lockdep_assert_wiphy() for ath12k_mac_op_ functionsKalle Valo
2024-10-11wifi: ath12k: ath12k_mac_op_sta_state(): clean up update_wk cancellationKalle Valo
2024-10-11wifi: ath12k: ath12k_mac_set_key(): remove exit labelKalle Valo
2024-10-11wifi: ath12k: cleanup unneeded labelsKalle Valo
2024-10-11wifi: ath12k: switch to using wiphy_lock() and remove ar->conf_mutexKalle Valo
2024-10-11wifi: ath12k: convert struct ath12k_sta::update_wk to use struct wiphy_workKalle Valo
2024-10-11wifi: ath12k: fix atomic calls in ath12k_mac_op_set_bitrate_mask()Kalle Valo
2024-10-11wifi: ath12k: Support Pdev OBSS StatsDinesh Karthikeyan
2024-10-11wifi: ath12k: Support pdev CCA StatsDinesh Karthikeyan
2024-10-11wifi: ath12k: Support pdev Transmit Multi-user statsDinesh Karthikeyan
2024-10-11wifi: ath12k: Support Ring and SFM statsDinesh Karthikeyan
2024-10-11wifi: ath12k: Support Self-Generated Transmit statsDinesh Karthikeyan
2024-10-07wifi: ath12k: fix one more memcpy size errorArnd Bergmann
2024-10-07wifi: ath12k: Modify print_array_to_buf() to support arrays with 1-based sema...Roopni Devanathan
2024-10-07wifi: ath12k: fix use-after-free in ath12k_dp_cc_cleanup()Rameshkumar Sundaram
2024-09-28wifi: ath12k: Skip Rx TID cleanup for self peerRamya Gnanasekar
2024-09-28wifi: ath12k: move txbaddr/rxbaddr into struct ath12k_dpNicolas Escande
2024-09-19wifi: ath12k: make read-only array svc_id static constColin Ian King
2024-09-09Merge tag 'ath-next-20240909' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo
2024-09-06wifi: mac80211: handle ieee80211_radar_detected() for MLOAditya Kumar Singh
2024-09-05wifi: ath12k: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva