Searched refs:GET_TXMCSSUPP (Results 1 – 3 of 3) sorted by relevance
508 int tx_mcs_supp = GET_TXMCSSUPP(pmpriv->usr_dev_mcs_support); in wlan_rate_ioctl_set_rate_index()
689 …PRINTM(MINFO, "GET_HW_SPEC: MCSs for %dx%d MIMO\n", GET_RXMCSSUPP(support), GET_TXMCSSUPP(support)… in wlan_show_devmcssupport()
608 #define GET_TXMCSSUPP(DevMCSSupported) ((DevMCSSupported) >> 4) macro