Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_rate.h109 #define RSPEC_STC(rspec) ((rspec & RSPEC_STC_MASK) >> RSPEC_STC_SHIFT) macro
Dwlc_main.c7108 int tot_streams = (MCS_TXS(mcs) + 1) + RSPEC_STC(ratespec); in wlc_calc_lsig_len()
7117 if (RSPEC_STC(ratespec) == 0) in wlc_calc_lsig_len()
7156 int tot_streams = MCS_TXS(mcs) + RSPEC_STC(ratespec); in wlc_calc_frame_time()
7168 if (RSPEC_STC(ratespec) == 0) in wlc_calc_frame_time()
7221 int tot_streams = MCS_TXS(mcs) + RSPEC_STC(ratespec); in wlc_calc_frame_len()