Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A 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()
H A Dwmi.h3598 #define WMI_MGMT_SEND_DOWNLD_LEN 64 macro