summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k/mac.c
AgeCommit message (Expand)AuthorFilesLines
6 dayswifi: ath11k: fix sleeping-in-atomic in ath11k_mac_op_set_bitrate_mask()Baochen Qiang1-6/+6
2025-06-19wifi: ath11k: move some firmware stats related functions outside of debugfsBaochen Qiang1-4/+84
2025-06-19wifi: ath11k: don't use static variables in ath11k_debugfs_fw_stats_process()Baochen Qiang1-0/+2
2025-06-19wifi: ath11k: avoid burning CPU in ath11k_debugfs_fw_stats_request()Baochen Qiang1-1/+1
2024-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-08-22wifi: ath11k: fix NULL pointer dereference in ath11k_mac_get_eirp_power()Baochen Qiang1-0/+1
2024-07-10wifi: ath11k: use work queue to process beacon tx eventKang Yang1-0/+12
2024-07-03Merge tag 'ath-next-20240702' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo1-7/+22
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach1-1/+1
2024-06-19wifi: ath11k: modify the calculation of the average signal strength in statio...Lingbo Kong1-2/+5
2024-06-11wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphersBaochen Qiang1-4/+11
2024-06-11wifi: ath11k: fix RCU documentation in ath11k_mac_op_ipv6_changed()Baochen Qiang1-1/+6
2024-06-11Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-125/+42
2024-06-05Merge tag 'ath-next-20240605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo1-14/+5
2024-05-25wifi: ath11k: refactor setting country code logicBaochen Qiang1-10/+3
2024-05-23wifi: ath11k: move power type check to ASSOC stage when connecting to 6 GHz APBaochen Qiang1-13/+25
2024-05-23wifi: mac80211: pass parsed TPE data to driversJohannes Berg1-109/+34
2024-05-23wifi: ath11k: fix TPE power levelsJohannes Berg1-1/+2
2024-05-23wifi: ieee80211/ath11k: remove IEEE80211_MAX_NUM_PWR_LEVELJohannes Berg1-1/+1
2024-05-13wifi: ath11k: fix misspelling of "dma" in num_rxmda_per_pdevJeff Johnson1-1/+1
2024-05-03wifi: ath11k: ath11k_mac_op_ipv6_changed(): use list_for_each_entry()Kalle Valo1-3/+1
2024-05-03Merge tag 'ath-next-20240502' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo1-0/+1
2024-05-03wifi: mac80211: handle color change per linkAditya Kumar Singh1-1/+1
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2024-04-18wifi: ath11k: add support DT ieee80211-freq-limitChristian Lamparter1-0/+1
2024-04-16wifi: ath11k: use RCU when accessing struct inet6_dev::ac_listKalle Valo1-1/+3
2024-03-14wifi: ath11k: advertise P2P dev support for QCA6390/WCN6855/QCA2066Kang Yang1-0/+9
2024-03-14wifi: ath11k: change scan flag scan_f_filter_prb_req for QCA6390/WCN6855/QCA2066Kang Yang1-1/+6
2024-03-14wifi: ath11k: add P2P IE in beacon templateKang Yang1-8/+95
2024-03-14wifi: ath11k: change interface combination for P2P modeKang Yang1-22/+25
2024-03-12wifi: ath11k: don't force enable power save on non-running vdevsBaochen Qiang1-8/+1
2024-02-22Merge tag 'ath-next-20240222' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo1-32/+86
2024-02-21wifi: mac80211: check beacon countdown is complete on per link basisAditya Kumar Singh1-1/+1
2024-02-15wifi: ath11k: provide address list if chip supports 2 stationsCarl Huang1-0/+30
2024-02-15wifi: ath11k: support 2 station interfacesCarl Huang1-22/+40
2024-02-14wifi: ath11k: Do not directly use scan_flags in struct scan_req_paramsNicolas Escande1-3/+3
2024-02-08wifi: mac80211: update beacon counters per link basisAditya Kumar Singh1-1/+1
2024-02-07wifi: ath11k: Really consistently use ath11k_vif_to_arvif()Jeff Johnson1-2/+2
2024-02-05wifi: ath11k: initialize eirp_power before useBaochen Qiang1-1/+2
2024-02-05wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before useBaochen Qiang1-0/+4
2024-02-02wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE before WMI_PEER_ASS...Wen Gong1-6/+7
2024-01-31Merge tag 'ath-next-20240130' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo1-278/+808
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-23Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-11/+1
2024-01-18wifi: ath11k: rely on mac80211 debugfs handling for vifBenjamin Berg1-11/+1
2024-01-14wifi: ath11k: use WMI_VDEV_SET_TPC_POWER_CMDID when EXT_TPC_REG_SUPPORT for 6...Wen Gong1-2/+22
2024-01-14wifi: ath11k: fill parameters for vdev set tpc power WMI commandWen Gong1-0/+284