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

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A D11ac.c69 if (GET_VHTCAP_CHWDSET(usr_vht_cap_info)) {
209 supp_chwd_set = GET_VHTCAP_CHWDSET(usr_vht_cap_info);
H A Dtdls.c286 supp_chwd_set = GET_VHTCAP_CHWDSET(usr_vht_cap_info);
288 GET_VHTCAP_CHWDSET(le32_to_cpu(vht_cap->vht_cap_info));
296 GET_VHTCAP_CHWDSET(le32_to_cpu(ap_vht_cap->vht_cap_info));
H A Dfw.h313 #define GET_VHTCAP_CHWDSET(vht_cap_info) ((vht_cap_info >> 2) & 0x3) macro

Completed in 151 milliseconds