Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_rate.h90 MCS_RATE((rspec & RSPEC_RATE_MASK), RSPEC_IS40MHZ(rspec), RSPEC_ISSGI(rspec)) : \
94 MCS_RATE((rspec & RSPEC_RATE_MASK), state->is40bw, RSPEC_ISSGI(rspec))/500 : \
97 MCS_RATE((rspec & RSPEC_RATE_MASK), RSPEC_IS40MHZ(rspec), RSPEC_ISSGI(rspec))/500 :\
106 #define RSPEC_ISSGI(rspec) ((rspec & RSPEC_SHORT_GI) == RSPEC_SHORT_GI) macro
Dwlc_main.c7115 RSPEC_ISSGI(ratespec)) * 4; in wlc_calc_lsig_len()
7166 RSPEC_ISSGI(ratespec)) * 4; in wlc_calc_frame_time()
7230 RSPEC_ISSGI(ratespec)) * 4; in wlc_calc_frame_len()