/src/sys/dev/pci/ |
if_iwn.c | 3918 int i, total, nbant, noise; local in function:iwn_get_noise 3920 total = nbant = 0; 3925 nbant++; 3928 return (nbant == 0) ? -127 : (total / nbant) - 107;
|
if_iwn.c | 3918 int i, total, nbant, noise; local in function:iwn_get_noise 3920 total = nbant = 0; 3925 nbant++; 3928 return (nbant == 0) ? -127 : (total / nbant) - 107;
|
if_iwm.c | 3884 int i, total, nbant, noise; local in function:iwm_get_noise 3886 total = nbant = noise = 0; 3891 nbant++; 3896 return (nbant == 0) ? -127 : (total / nbant) - 107;
|
if_iwm.c | 3884 int i, total, nbant, noise; local in function:iwm_get_noise 3886 total = nbant = noise = 0; 3891 nbant++; 3896 return (nbant == 0) ? -127 : (total / nbant) - 107;
|