Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_main.h917 extern u16 wlc_phytxctl1_calc(struct wlc_info *wlc, ratespec_t rspec);
Dwlc_main.c5595 u16 BCMFASTPATH wlc_phytxctl1_calc(struct wlc_info *wlc, ratespec_t rspec) in wlc_phytxctl1_calc() function
6247 phyctl1 = wlc_phytxctl1_calc(wlc, rspec[0]); in wlc_d11hdrs_mac80211()
6249 phyctl1 = wlc_phytxctl1_calc(wlc, rspec[1]); in wlc_d11hdrs_mac80211()
6253 phyctl1 = wlc_phytxctl1_calc(wlc, rts_rspec[0]); in wlc_d11hdrs_mac80211()
6255 phyctl1 = wlc_phytxctl1_calc(wlc, rts_rspec[1]); in wlc_d11hdrs_mac80211()