Searched refs:c_hi (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
1623 c_hi = 5825; /* to channel 165 */
1648 /* c_hi = 2462; to channel 11 */
1649 c_hi = 2472; /* to channel 13 */
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 local
[all...]

Completed in 56 milliseconds