summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k/wmi.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-30wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrightsJeff Johnson1-1/+1
2023-10-25wifi: ath11k: fix gtk offload status event lockingJohan Hovold1-2/+5
2023-10-25wifi: ath11k: fix dfs radar event lockingJohan Hovold1-0/+4
2023-10-25wifi: ath11k: fix temperature event lockingJohan Hovold1-2/+6
2023-10-18wifi: ath11k: rename the wmi_sc naming convention to wmi_abKarthikeyan Periyasamy1-16/+16
2023-10-12wifi: ath11k: Introduce and use ath11k_sta_to_arsta()Jeff Johnson1-3/+3
2023-10-12wifi: ath11k: add parsing of phy bitmap for reg rulesAditya Kumar Singh1-2/+3
2023-09-28wifi: ath11k: remove unnecessary (void*) conversionsWu Yunchuan1-3/+3
2023-09-21wifi: ath11k: remove unused members of 'struct ath11k_base'Dmitry Antipov1-2/+0
2023-06-13wifi: ath11k: fix memory leak in WMI firmware statsP Praneesh1-0/+5
2023-06-13wifi: ath11k: don't use %pKKalle Valo1-2/+2
2023-06-13wifi: ath11k: wmi: add unified command debug messagesKalle Valo1-143/+185
2023-06-13wifi: ath11k: wmi: use common error handling styleKalle Valo1-24/+56
2023-06-13wifi: ath11k: wmi: cleanup error handling in ath11k_wmi_send_init_country_cmd()Kalle Valo1-4/+8
2023-06-13wifi: ath11k: remove unsupported event handlersKalle Valo1-15/+1
2023-06-13wifi: ath11k: add WMI event debug messagesKalle Valo1-18/+54
2023-06-13wifi: ath11k: remove manual mask names from debug messagesKalle Valo1-68/+68
2023-06-01wifi: ath11k: factory test mode supportGovindaraj Saminathan1-4/+7
2023-05-09wifi: ath11k: EMA beacon supportAloka Dixit1-1/+2
2023-05-09wifi: ath11k: MBSSID beacon supportAloka Dixit1-0/+1
2023-05-09wifi: ath11k: MBSSID parameter configuration in AP modeAloka Dixit1-1/+7
2023-05-09wifi: ath11k: rename MBSSID fields in wmi_vdev_up_cmdAloka Dixit1-3/+3
2023-05-09wifi: ath11k: MBSSID configuration during vdev create/startAloka Dixit1-0/+5
2023-05-09wifi: ath11k: driver settings for MBSSID and EMAAloka Dixit1-0/+3
2023-05-05wifi: ath11k: Use list_count_nodes()Christophe JAILLET1-23/+1
2023-04-19wifi: ath11k: Remove disabling of 80+80 and 160 MHzMuna Sinada1-1/+2
2023-04-12wifi: ath11k: Fix invalid management rx frame length issueBhagavathi Perumal S1-10/+35
2023-03-13wifi: ath11k: add debug prints in regulatory WMI event processingAditya Kumar Singh1-59/+148
2023-03-13wifi: ath11k: add support to parse new WMI event for 6 GHzAditya Kumar Singh1-16/+402
2023-03-13wifi: ath11k: use proper regulatory reference for bandsAditya Kumar Singh1-28/+30
2023-03-01wifi: ath11k: Add tx ack signal support for management packetsAbinaya Kalaiselvan1-11/+16
2023-02-17wifi: ath11k: Set ext passive scan flag to adjust passive scan start timeTamizh Chelvam Raja1-0/+8
2023-01-19wifi: mac80211: drop extra 'e' from ieeee80211... nameJohannes Berg1-2/+2
2022-10-10wifi: ath11k: Fix spelling mistake "chnange" -> "change"Colin Ian King1-1/+1
2022-09-26wifi: ath11k: Add support to get power save duration for each clientVenkateswara Naralasetty1-0/+104
2022-09-22wifi: ath11k: move firmware stats out of debugfsAditya Kumar Singh1-1/+47
2022-09-19wifi: ath11k: Include STA_KEEPALIVE_ARP_RESPONSE TLV header by defaultBaochen Qiang1-4/+5
2022-09-16wifi: ath11k: Fix miscellaneous spelling errorsJeff Johnson1-1/+1
2022-09-02wifi: ath11k: Add support to connect to non-transmit MBSSID profilesManikanta Pubbisetty1-0/+15
2022-09-02wifi: ath11k: Add TWT debugfs support for STA interfaceManikanta Pubbisetty1-24/+44
2022-07-27Revert "ath11k: add support for hardware rfkill for QCA6390"Kalle Valo1-41/+0
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-06-29wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notifyLorenzo Bianconi1-1/+2
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-2/+2
2022-06-06ath11k: Fix warnings reported by checkpatchManikanta Pubbisetty1-1/+1
2022-05-10ath11k: Designating channel frequency when sending management framesBaochen Qiang1-1/+16
2022-05-10ath11k: Implement remain-on-channel supportBaochen Qiang1-0/+4
2022-05-10ath11k: Handle keepalive during WoWLAN suspend and resumeBaochen Qiang1-0/+41
2022-05-02ath11k: fix warning of not found station for bssid in messageWen Gong1-5/+6
2022-04-29ath11k: Don't use GFP_KERNEL in atomic contextBaochen Qiang1-1/+1