Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_var.h246 uint16_t freqLow; member
H A Dmwl.c1328 ci->freqLow = ieee2mhz(1); in get2Ghz()
1361 ci->freqLow = (uint16_t)((l == 32000) ? 0 : l); in get5Ghz()
1588 return (((*ci)->freqLow == (*ci)->freqHigh) ? EINVAL : 0); in mwl_hal_getchannelinfo()