Searched refs:GET_VHTCAP_CHWDSET (Results 1 – 5 of 5) sorted by relevance
275 cfg_value = GET_VHTCAP_CHWDSET(cfg->param.vht_cfg.vht_cap_info); in wlan_11ac_ioctl_vhtcfg()276 hw_value = GET_VHTCAP_CHWDSET(pmadapter->hw_dot_11ac_dev_cap); in wlan_11ac_ioctl_vhtcfg()516 GET_VHTCAP_CHWDSET(pmadapter->hw_dot_11ac_dev_cap); in wlan_11ac_ioctl_opermodecfg()752 if (GET_VHTCAP_CHWDSET(usr_vht_cap_info)) { in wlan_convert_mcsmap_to_maxrate()1031 supp_chwd_set = GET_VHTCAP_CHWDSET(usr_vht_cap_info); in wlan_fill_tdls_vht_oprat_ie()1032 peer_supp_chwd_set = GET_VHTCAP_CHWDSET(pvht_cap->vht_cap.vht_cap_info); in wlan_fill_tdls_vht_oprat_ie()1039 GET_VHTCAP_CHWDSET(ap_vht_cap->vht_cap.vht_cap_info); in wlan_fill_tdls_vht_oprat_ie()
1006 #define GET_VHTCAP_CHWDSET(VHTCapInfo) ((VHTCapInfo >> 2) & 0x3) macro
81 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()
286 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()
324 #define GET_VHTCAP_CHWDSET(vht_cap_info) ((vht_cap_info >> 2) & 0x3) macro