summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k/mac.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-05wifi: ath12k: avoid repeated wiphy access from hwKarthikeyan Periyasamy1-35/+37
2023-12-05wifi: ath12k: fix and enable AP mode for WCN7850Kang Yang1-2/+2
2023-12-01wifi: ath12k: avoid repeated hw access from arKarthikeyan Periyasamy1-76/+82
2023-12-01wifi: ath12k: Optimize the mac80211 hw data accessKarthikeyan Periyasamy1-7/+7
2023-12-01wifi: ath12k: add 320 MHz bandwidth enumsMuna Sinada1-0/+8
2023-11-30wifi: ath12k: Update Qualcomm Innovation Center, Inc. copyrightsJeff Johnson1-1/+1
2023-10-25wifi: ath12k: Introduce and use ath12k_sta_to_arsta()Jeff Johnson1-6/+6
2023-10-18wifi: ath12k: register EHT mesh capabilitiesRamya Gnanasekar1-0/+45
2023-10-10wifi: ath12k: Consistently use ath12k_vif_to_arvif()Jeff Johnson1-22/+22
2023-10-02wifi: ath12k: add keep backward compatibility of PHY mode to avoid firmware c...Wen Gong1-2/+63
2023-09-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-25/+108
2023-09-28wifi: ath12k: Set default beacon mode to burst modeSidhanta Sahu1-2/+2
2023-09-28wifi: ath12k: call ath12k_mac_fils_discovery() without conditionAloka Dixit1-3/+1
2023-09-28wifi: ath12k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN7850Wen Gong1-0/+5
2023-09-28wifi: ath12k: indicate to mac80211 scan complete with aborted flag for ATH12K...Wen Gong1-6/+9
2023-09-28wifi: ath12k: add support for hardware rfkill for WCN7850Lingbo Kong1-0/+58
2023-09-20wifi: ath12k: fix radar detection in 160 MHzManish Dharanenthiran1-10/+14
2023-09-20wifi: ath12k: fix WARN_ON during ath12k_mac_update_vif_chanManish Dharanenthiran1-6/+21
2023-09-11wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg1-6/+6
2023-08-23wifi: ath: remove unused-but-set parameterArnd Bergmann1-3/+2
2023-08-23wifi: ath12k: Fix a few spelling errorsJeff Johnson1-1/+1
2023-08-03wifi: ath12k: relax list iteration in ath12k_mac_vif_unref()Dmitry Antipov1-3/+3
2023-08-03wifi: ath12k: configure puncturing bitmapAloka Dixit1-2/+14
2023-08-03wifi: ath12k: prepare EHT peer assoc parametersAloka Dixit1-0/+144
2023-08-03wifi: ath12k: add EHT PHY modesMuna Sinada1-19/+82
2023-08-03wifi: ath12k: propagate EHT capabilities to userspaceAloka Dixit1-0/+111
2023-08-03wifi: ath12k: move HE capabilities processing to a new functionAloka Dixit1-56/+55
2023-08-03wifi: ath12k: rename HE capabilities setup/copy functionsAloka Dixit1-27/+31
2023-08-02wifi: ath12k: change to use dynamic memory for channel list of scanWen Gong1-0/+10
2023-08-02wifi: ath12k: trigger station disconnect on hardware restartWen Gong1-0/+21
2023-08-02wifi: ath12k: fix memcpy array overflow in ath12k_peer_assoc_h_he()Arnd Bergmann1-2/+2
2023-08-02wifi: ath12k: Fix a NULL pointer dereference in ath12k_mac_op_hw_scan()Wen Gong1-2/+5
2023-06-15wifi: ath12k: fix conf_mutex in ath12k_mac_op_unassign_vif_chanctx()Wen Gong1-1/+0
2023-06-09wifi: ath12k: Avoid NULL pointer access during management transmit cleanupBalamurugan S1-0/+1
2023-05-17wifi: ath12k: increase vdev setup timeoutAishwarya R1-0/+3
2023-05-09wifi: ath: work around false-positive stringop-overread warningArnd Bergmann1-4/+4
2023-05-05wifi: ath12k: fix potential wmi_mgmt_tx_queue race conditionKarthik M1-1/+1
2023-05-05wifi: ath12k: add wait operation for tx management packets for flush from mac...Karthik M1-7/+29
2023-03-22wifi: ath12k: fix firmware assert during channel switch for peer staAditya Kumar Singh1-29/+88
2023-01-18wifi: ath12k: Fix uninitilized variable clang warningsThiraviyam Mariyappan1-2/+2
2022-11-29wifi: ath12k: driver for Qualcomm Wi-Fi 7 devicesKalle Valo1-0/+7038