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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Dwusbhc.c156 return sprintf(buf, "%d\n", wusbhc->phy_rate);
164 uint8_t phy_rate; local
167 result = sscanf(buf, "%hhu", &phy_rate);
170 if (phy_rate >= UWB_PHY_RATE_INVALID)
173 wusbhc->phy_rate = phy_rate;
209 wusbhc->phy_rate = UWB_PHY_RATE_INVALID - 1;
H A Dwusbhc.h233 uint8_t phy_rate; member in struct:wusbhc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/whci/
H A Dqset.c59 uint8_t phy_rate; local
80 phy_rate = UWB_PHY_RATE_53;
85 phy_rate = fls(phy_rates) - 1;
86 if (phy_rate > whc->wusbhc.phy_rate)
87 phy_rate = whc->wusbhc.phy_rate;
105 QH_INFO3_TX_RATE(phy_rate)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dxmit.h33 __u8 phy_rate; /* PHY rate */ member in struct:b43_txhdr
H A Dxmit.c215 txhdr->phy_rate = b43_plcp_get_ratecode_ofdm(rate);
217 txhdr->phy_rate = b43_plcp_get_ratecode_cck(rate);

Completed in 135 milliseconds