Searched refs:tot_streams (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c629 int tot_streams = mcs_2_txstreams(mcs) + rspec_stc(ratespec); local
631 dur = PREN_PREAMBLE + (tot_streams * PREN_PREAMBLE_EXT);
5764 int tot_streams = mcs_2_txstreams(mcs) + rspec_stc(ratespec); local
5765 dur -= PREN_PREAMBLE + (tot_streams * PREN_PREAMBLE_EXT);
7152 int tot_streams = (mcs_2_txstreams(mcs) + 1) + local
7175 nsyms += (tot_streams + 3);

Completed in 138 milliseconds