Home
last modified time | relevance | path

Searched refs:RSPEC_SHORT_GI (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Drate.h109 #define RSPEC_SHORT_GI 0x00800000 macro
132 return (rspec & RSPEC_SHORT_GI) == RSPEC_SHORT_GI; in rspec_issgi()
157 return (plcp & (RSPEC_SHORT_GI >> 16)) != 0; in plcp3_issgi()
H A Drate.c379 rspec |= RSPEC_SHORT_GI; in brcms_c_compute_rspec()
H A Dmain.c5932 rspec |= RSPEC_SHORT_GI; in mac80211_wlc_set_nrate()
6377 rspec[k] &= ~RSPEC_SHORT_GI; in brcms_c_d11hdrs_mac80211()
6397 if ((rspec[k] & RSPEC_SHORT_GI) in brcms_c_d11hdrs_mac80211()