Home
last modified time | relevance | path

Searched refs:MCS_TXS (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_rate.h51 #define MCS_TXS(_mcs) ((mcs_table[_mcs].tx_phy_ctl3 & MCS_TXS_MASK) >> MCS_TXS_SHIFT) macro
Dwlc_main.c7108 int tot_streams = (MCS_TXS(mcs) + 1) + RSPEC_STC(ratespec); in wlc_calc_lsig_len()
7156 int tot_streams = MCS_TXS(mcs) + RSPEC_STC(ratespec); in wlc_calc_frame_time()
7221 int tot_streams = MCS_TXS(mcs) + RSPEC_STC(ratespec); in wlc_calc_frame_len()