Home
last modified time | relevance | path

Searched refs:GET_VHTCAP_CHWDSET (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
D11ac.c81 if (GET_VHTCAP_CHWDSET(usr_vht_cap_info)) { in mwifiex_convert_mcsmap_to_maxrate()
221 supp_chwd_set = GET_VHTCAP_CHWDSET(usr_vht_cap_info); in mwifiex_cmd_append_11ac_tlv()
Dtdls.c286 supp_chwd_set = GET_VHTCAP_CHWDSET(usr_vht_cap_info); in mwifiex_tdls_add_vht_oper()
288 GET_VHTCAP_CHWDSET(le32_to_cpu(vht_cap->vht_cap_info)); in mwifiex_tdls_add_vht_oper()
296 GET_VHTCAP_CHWDSET(le32_to_cpu(ap_vht_cap->vht_cap_info)); in mwifiex_tdls_add_vht_oper()
Dfw.h324 #define GET_VHTCAP_CHWDSET(vht_cap_info) ((vht_cap_info >> 2) & 0x3) macro