Searched refs:HT_RSPEC (Results 1 – 9 of 9) sorted by relevance
170 #define HT_RSPEC(mcs) (WL_RSPEC_ENCODE_HT | ((mcs) & WL_RSPEC_HT_MCS_MASK)) macro
238 return HT_RSPEC(plcp[0] & MIMO_PLCP_MCS_MASK); in wf_ht_plcp_to_rspec()
131 rspec = HT_RSPEC((ht_sig1 & HT_SIG1_MCS_MASK)); in BCMFASTPATH()505 ratespec_t rspec = HT_RSPEC(mcs); in wlc_ht_phy_get_rate()
201 rspec = HT_RSPEC(mcs) | WL_RSPEC_OVERRIDE_RATE; in wl_calcRspecFromRTap()
228 #define HT_RSPEC(mcs) (WL_RSPEC_ENCODE_HT | ((mcs) & WL_RSPEC_HT_MCS_MASK)) macro