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

/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c4869 int i, total, nbant, noise; local
4871 total = nbant = 0;
4876 nbant++;
4879 return (nbant == 0) ? -127 : (total / nbant) - 107;

Completed in 57 milliseconds