Searched refs:raw_noise (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/net/wireless/ath/ar9170/
H A Dphy.c1565 static int ar9170_calc_noise_dbm(u32 raw_noise) argument
1567 if (raw_noise & 0x100)
1568 return ~((raw_noise & 0x0ff) >> 1);
1570 return (raw_noise & 0xff) >> 1;

Completed in 32 milliseconds