Searched refs:dfs5GBand (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.c1913 u16_t dfs5GBand[][2] = { {5150, 5240}, {5260, 5350}, {5450, 5700}, {5725, 5825} }; local
1918 if ((freq >= dfs5GBand[i][0]) && (freq <= dfs5GBand[i][1]))
1929 if ((wd->regulationTable.allowChannel[i].channel >= dfs5GBand[bandIndex][0]) &&
1930 (wd->regulationTable.allowChannel[i].channel <= dfs5GBand[bandIndex][1])) {

Completed in 32 milliseconds