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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpreg.c1571 void zfHpGetRegulationTable(zdev_t *dev, u16_t regionCode, u16_t c_lo, u16_t c_hi) argument
1622 c_lo = 4920; /* from channel 184 */
1647 c_lo = 2412; /* from channel 1 */
1716 if ((c >= c_lo) && (c <= c_hi)) {
1758 u16_t c_lo = 2000, c_hi = 6000; /* default channel is all enable */ local
1763 zfHpGetRegulationTable(dev, regionCode, c_lo, c_hi);
1769 u16_t c_lo = 2000, c_hi = 6000; /* default channel is all enable */ local
1787 zfHpGetRegulationTable(dev, RegDomain, c_lo, c_hi);
1799 u16_t c_lo = 2000, c_hi = 6000; /* default channel is all enable */ local
1820 zfHpGetRegulationTable(dev, RegDomain, c_lo, c_h
[all...]

Completed in 53 milliseconds