summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ath-current-20240531' of git://git.kernel.org/pub/scm/linux/kernel...Kalle Valo2024-06-013-22/+43
|\
| * wifi: ath11k: move power type check to ASSOC stage when connecting to 6 GHz APBaochen Qiang2024-05-231-13/+25
| * wifi: ath11k: fix WCN6750 firmware crash caused by 17 num_vdevsCarl Huang2024-05-231-1/+1
| * wifi: ath11k: Fix error path in ath11k_pcic_ext_irq_configBreno Leitao2024-05-171-8/+17
* | tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-22/+22
|/
* Merge tag 'ath-next-20240502' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo2024-05-0311-66/+151
|\
| * wifi: ath11k: Fix error handling in ath11k_wmi_p2p_noa_event()Christophe JAILLET2024-04-181-12/+6
| * wifi: ath11k: add support DT ieee80211-freq-limitChristian Lamparter2024-04-181-0/+1
| * wifi: ath11k: support hibernationBaochen Qiang2024-04-098-53/+143
| * wifi: ath11k: fix hal_rx_buf_return_buf_manager documentationJeff Johnson2024-04-041-1/+1
* | wifi: mac80211: handle color change per linkAditya Kumar Singh2024-05-032-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-1/+3
|\ \
| * | wifi: ath11k: use RCU when accessing struct inet6_dev::ac_listKalle Valo2024-04-161-1/+3
* | | wifi: ath11k: allocate dummy net_device dynamicallyBreno Leitao2024-04-243-7/+25
| |/ |/|
* | wifi: ath: Convert sprintf/snprintf to sysfs_emitLi Zhijian2024-03-251-1/+1
* | wifi: ath11k: remove duplicate definitions in wmi.hKang Yang2024-03-211-6/+0
* | wifi: ath11k: do not process consecutive RDDM eventBaochen Qiang2024-03-212-0/+13
* | wifi: ath11k: advertise P2P dev support for QCA6390/WCN6855/QCA2066Kang Yang2024-03-142-4/+25
* | wifi: ath11k: change scan flag scan_f_filter_prb_req for QCA6390/WCN6855/QCA2066Kang Yang2024-03-141-1/+6
* | wifi: ath11k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to 512Kang Yang2024-03-141-1/+1
* | wifi: ath11k: implement handling of P2P NoA eventKang Yang2024-03-145-2/+271
* | wifi: ath11k: add P2P IE in beacon templateKang Yang2024-03-143-8/+143
* | wifi: ath11k: change interface combination for P2P modeKang Yang2024-03-141-22/+25
* | wifi: ath11k: don't force enable power save on non-running vdevsBaochen Qiang2024-03-121-8/+1
* | wifi: ath11k: adjust a comment to reflect realityKevin Lo2024-03-111-3/+2
* | wifi: ath11k: fix soc_dp_stats debugfs file permissionJeff Johnson2024-03-081-2/+2
* | wifi: ath11k: remove obsolete struct wmi_start_scan_argJeff Johnson2024-03-081-29/+1
|/
* wifi: ath11k: constify MHI channel and controller configsJeff Johnson2024-02-281-5/+5
* wifi: ath11k: decrease MHI channel buffer length to 8KBBaochen Qiang2024-02-281-1/+1
* wifi: ath11k: thermal: don't try to register multiple timesKalle Valo2024-02-231-1/+4
* wifi: ath11k: fix warning on DMA ring capabilities eventBaochen Qiang2024-02-231-1/+2
* wifi: ath11k: do not dump SRNG statistics during resumeBaochen Qiang2024-02-231-2/+3
* wifi: ath11k: remove MHI LOOPBACK channelsBaochen Qiang2024-02-231-56/+0
* wifi: ath11k: rearrange IRQ enable/disable in reset pathBaochen Qiang2024-02-231-3/+5
* Merge tag 'ath-next-20240222' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo2024-02-2210-96/+269
|\
| * wifi: ath11k: remove unused scan_events from struct scan_req_paramsNicolas Escande2024-02-151-18/+13
| * wifi: ath11k: add support for QCA2066Baochen Qiang2024-02-155-1/+115
| * wifi: ath11k: move pci.ops registration aheadBaochen Qiang2024-02-151-10/+16
| * wifi: ath11k: provide address list if chip supports 2 stationsCarl Huang2024-02-151-0/+30
| * wifi: ath11k: support 2 station interfacesCarl Huang2024-02-154-26/+53
| * wifi: ath11k: Remove scan_flags union from struct scan_req_paramsNicolas Escande2024-02-141-30/+25
| * wifi: ath11k: Do not directly use scan_flags in struct scan_req_paramsNicolas Escande2024-02-142-4/+4
| * wifi: ath11k: Really consistently use ath11k_vif_to_arvif()Jeff Johnson2024-02-071-2/+2
| * wifi: ath11k: initialize eirp_power before useBaochen Qiang2024-02-051-1/+2
| * wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before useBaochen Qiang2024-02-051-0/+4
| * wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE before WMI_PEER_ASS...Wen Gong2024-02-021-6/+7
* | wifi: mac80211: check beacon countdown is complete on per link basisAditya Kumar Singh2024-02-211-1/+1
* | wifi: mac80211: remove gfp parameter from ieee80211_obss_color_collision_notifyLorenzo Bianconi2024-02-121-2/+1
* | wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh2024-02-081-1/+1
* | wifi: mac80211: update beacon counters per link basisAditya Kumar Singh2024-02-081-1/+1
|/