summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k/mac.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-02wifi: ath12k: fix the problem that down grade phy mode operationLingbo Kong1-3/+13
2024-04-24wifi: ath12k: add support to handle beacon miss for WCN7850Kang Yang1-1/+74
2024-04-23wifi: ath12k: flush all packets before suspendBaochen Qiang1-6/+22
2024-04-18wifi: ath12k: don't use %pK in dmesg format stringsJeff Johnson1-5/+5
2024-04-18wifi: ath12k: enable WIPHY_FLAG_DISABLE_WEXTKalle Valo1-0/+6
2024-04-16wifi: ath12k: dynamically update peer puncturing bitmap for STAKang Yang1-0/+61
2024-04-10wifi: ath12k: support get_survey mac op for single wiphySriram R1-14/+15
2024-04-10wifi: ath12k: Modify rts threshold mac op for single wiphySriram R1-4/+14
2024-04-10wifi: ath12k: Modify set and get antenna mac ops for single wiphySriram R1-13/+26
2024-04-10wifi: ath12k: modify regulatory support for single wiphy architectureSriram R1-0/+2
2024-04-10wifi: ath12k: Add additional checks for vif and sta iteratorsSriram R1-2/+20
2024-04-10wifi: ath12k: Cache vdev configs before vdev createSriram R1-34/+128
2024-04-10wifi: ath12k: fetch correct radio based on vdev statusSriram R1-11/+64
2024-04-10wifi: ath12k: scan statemachine changes for single wiphySriram R1-38/+176
2024-04-10wifi: ath12k: vdev statemachine changes for single wiphySriram R1-61/+139
2024-04-10wifi: ath12k: modify ath12k mac start/stop ops for single wiphySriram R1-12/+31
2024-04-10wifi: ath12k: Modify add and remove chanctx ops for single wiphy supportSriram R1-6/+44
2024-04-10wifi: ath12k: add multiple radio support in a single MAC HW un/registerKarthikeyan Periyasamy1-68/+116
2024-04-04wifi: ath12k: initial debugfs supportRamasamy Kaliappan1-0/+3
2024-02-22Merge tag 'ath-next-20240222' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo1-59/+384
2024-02-14wifi: ath12k: Do not use scan_flags from struct ath12k_wmi_scan_req_argNicolas Escande1-2/+2
2024-02-08wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg1-5/+5
2024-02-07wifi: ath12k: Fix uninitialized use of ret in ath12k_mac_allocate()Nathan Chancellor1-0/+1
2024-02-07wifi: ath12k: advertise P2P dev support for WCN7850Kang Yang1-0/+12
2024-02-07wifi: ath12k: move peer delete after vdev stop of station for WCN7850Kang Yang1-45/+54
2024-02-07wifi: ath12k: allow specific mgmt frame tx while vdev is not upKang Yang1-2/+2
2024-02-07wifi: ath12k: implement remain on channel for P2P modeKang Yang1-0/+122
2024-02-07wifi: ath12k: implement handling of P2P NoA eventKang Yang1-1/+27
2024-02-07wifi: ath12k: add P2P IE in beacon templateKang Yang1-2/+82
2024-02-07wifi: ath12k: change interface combination for P2P modeKang Yang1-4/+19
2024-02-07wifi: ath12k: fix incorrect logic of calculating vdev_stats_idKang Yang1-1/+1
2024-02-05wifi: ath12k: enable 802.11 power save mode in station modeBaochen Qiang1-0/+54
2024-02-02wifi: ath12k: Read board id to support split-PHY QCN9274Ganesh Babu Jothiram1-1/+2
2024-02-02wifi: ath12k: fix firmware assert during insmod in memory segment modeAaradhana Sahu1-2/+2
2024-02-02wifi: ath12k: indicate NON MBSSID vdev by default during vdev startSriram R1-0/+5
2024-01-24wifi: ath12k: Fix issues in channel list updateSriram R1-1/+1
2024-01-19wifi: ath12k: Introduce the container for mac80211 hwKarthikeyan Periyasamy1-131/+286
2024-01-19wifi: ath12k: Refactor the mac80211 hw access from link/radioKarthikeyan Periyasamy1-22/+29
2024-01-18wifi: ath12k: add support for BA1024Baochen Qiang1-1/+1
2024-01-18wifi: ath12k: replace ENOTSUPP with EOPNOTSUPPKarthikeyan Periyasamy1-4/+4
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