Searched refs:radio_att_delta (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/b43legacy/
H A Dphy.c1785 s16 radio_att_delta; local
1874 radio_att_delta = -(pwr_adjust + 7) >> 3;
1876 baseband_att_delta = -(pwr_adjust >> 1) - (4 * radio_att_delta);
1878 if ((radio_att_delta == 0) && (baseband_att_delta == 0)) {
1887 radio_attenuation += radio_att_delta;

Completed in 20 milliseconds