index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath12k
/
mac.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-22
Merge tag 'ath-next-20240222' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Kalle Valo
1
-59
/
+384
2024-02-14
wifi: ath12k: Do not use scan_flags from struct ath12k_wmi_scan_req_arg
Nicolas Escande
1
-2
/
+2
2024-02-08
wifi: cfg80211/mac80211: move puncturing into chandef
Johannes Berg
1
-5
/
+5
2024-02-07
wifi: ath12k: Fix uninitialized use of ret in ath12k_mac_allocate()
Nathan Chancellor
1
-0
/
+1
2024-02-07
wifi: ath12k: advertise P2P dev support for WCN7850
Kang Yang
1
-0
/
+12
2024-02-07
wifi: ath12k: move peer delete after vdev stop of station for WCN7850
Kang Yang
1
-45
/
+54
2024-02-07
wifi: ath12k: allow specific mgmt frame tx while vdev is not up
Kang Yang
1
-2
/
+2
2024-02-07
wifi: ath12k: implement remain on channel for P2P mode
Kang Yang
1
-0
/
+122
2024-02-07
wifi: ath12k: implement handling of P2P NoA event
Kang Yang
1
-1
/
+27
2024-02-07
wifi: ath12k: add P2P IE in beacon template
Kang Yang
1
-2
/
+82
2024-02-07
wifi: ath12k: change interface combination for P2P mode
Kang Yang
1
-4
/
+19
2024-02-07
wifi: ath12k: fix incorrect logic of calculating vdev_stats_id
Kang Yang
1
-1
/
+1
2024-02-05
wifi: ath12k: enable 802.11 power save mode in station mode
Baochen Qiang
1
-0
/
+54
2024-02-02
wifi: ath12k: Read board id to support split-PHY QCN9274
Ganesh Babu Jothiram
1
-1
/
+2
2024-02-02
wifi: ath12k: fix firmware assert during insmod in memory segment mode
Aaradhana Sahu
1
-2
/
+2
2024-02-02
wifi: ath12k: indicate NON MBSSID vdev by default during vdev start
Sriram R
1
-0
/
+5
2024-01-24
wifi: ath12k: Fix issues in channel list update
Sriram R
1
-1
/
+1
2024-01-19
wifi: ath12k: Introduce the container for mac80211 hw
Karthikeyan Periyasamy
1
-131
/
+286
2024-01-19
wifi: ath12k: Refactor the mac80211 hw access from link/radio
Karthikeyan Periyasamy
1
-22
/
+29
2024-01-18
wifi: ath12k: add support for BA1024
Baochen Qiang
1
-1
/
+1
2024-01-18
wifi: ath12k: replace ENOTSUPP with EOPNOTSUPP
Karthikeyan Periyasamy
1
-4
/
+4
2024-01-16
wifi: ath12k: ath12k_start_vdev_delay(): convert to use ar
Karthikeyan Periyasamy
1
-7
/
+6
2024-01-16
wifi: ath12k: refactor ath12k_mac_op_flush()
Karthikeyan Periyasamy
1
-6
/
+12
2024-01-16
wifi: ath12k: refactor ath12k_mac_op_ampdu_action()
Karthikeyan Periyasamy
1
-5
/
+21
2024-01-16
wifi: ath12k: refactor ath12k_mac_op_configure_filter()
Karthikeyan Periyasamy
1
-9
/
+19
2024-01-16
wifi: ath12k: refactor ath12k_mac_op_update_vif_offload()
Karthikeyan Periyasamy
1
-5
/
+12
2024-01-16
wifi: ath12k: refactor ath12k_mac_op_stop()
Karthikeyan Periyasamy
1
-4
/
+10
2024-01-16
wifi: ath12k: refactor ath12k_mac_op_start()
Karthikeyan Periyasamy
1
-8
/
+23
2024-01-16
wifi: ath12k: refactor ath12k_mac_op_conf_tx()
Karthikeyan Periyasamy
1
-13
/
+28
2024-01-16
wifi: ath12k: refactor ath12k_bss_assoc()
Karthikeyan Periyasamy
1
-17
/
+26
2024-01-16
wifi: ath12k: refactor ath12k_mac_op_config()
Karthikeyan Periyasamy
1
-3
/
+16
2024-01-16
wifi: ath12k: refactor ath12k_mac_register() and ath12k_mac_unregister()
Karthikeyan Periyasamy
1
-81
/
+102
2024-01-16
wifi: ath12k: refactor ath12k_mac_setup_channels_rates()
Karthikeyan Periyasamy
1
-6
/
+7
2024-01-16
wifi: ath12k: refactor ath12k_mac_allocate() and ath12k_mac_destroy()
Karthikeyan Periyasamy
1
-50
/
+76
2024-01-16
wifi: ath12k: relocate ath12k_dp_pdev_pre_alloc() call
Karthikeyan Periyasamy
1
-0
/
+2
2023-12-05
wifi: ath12k: avoid repeated wiphy access from hw
Karthikeyan Periyasamy
1
-35
/
+37
2023-12-05
wifi: ath12k: fix and enable AP mode for WCN7850
Kang Yang
1
-2
/
+2
2023-12-01
wifi: ath12k: avoid repeated hw access from ar
Karthikeyan Periyasamy
1
-76
/
+82
2023-12-01
wifi: ath12k: Optimize the mac80211 hw data access
Karthikeyan Periyasamy
1
-7
/
+7
2023-12-01
wifi: ath12k: add 320 MHz bandwidth enums
Muna Sinada
1
-0
/
+8
2023-11-30
wifi: ath12k: Update Qualcomm Innovation Center, Inc. copyrights
Jeff Johnson
1
-1
/
+1
2023-10-25
wifi: ath12k: Introduce and use ath12k_sta_to_arsta()
Jeff Johnson
1
-6
/
+6
2023-10-18
wifi: ath12k: register EHT mesh capabilities
Ramya Gnanasekar
1
-0
/
+45
2023-10-10
wifi: ath12k: Consistently use ath12k_vif_to_arvif()
Jeff Johnson
1
-22
/
+22
2023-10-02
wifi: ath12k: add keep backward compatibility of PHY mode to avoid firmware c...
Wen Gong
1
-2
/
+63
2023-09-28
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
1
-25
/
+108
2023-09-28
wifi: ath12k: Set default beacon mode to burst mode
Sidhanta Sahu
1
-2
/
+2
2023-09-28
wifi: ath12k: call ath12k_mac_fils_discovery() without condition
Aloka Dixit
1
-3
/
+1
2023-09-28
wifi: ath12k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN7850
Wen Gong
1
-0
/
+5
2023-09-28
wifi: ath12k: indicate to mac80211 scan complete with aborted flag for ATH12K...
Wen Gong
1
-6
/
+9
[next]