Home
last modified time | relevance | path

Searched refs:WMI_MGMT_SEND_DOWNLD_LEN (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dwmi.c578 buf_len = frame->len < WMI_MGMT_SEND_DOWNLD_LEN ? in ath11k_wmi_mgmt_send()
579 frame->len : WMI_MGMT_SEND_DOWNLD_LEN; in ath11k_wmi_mgmt_send()
Dwmi.h3597 #define WMI_MGMT_SEND_DOWNLD_LEN 64 macro