Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/b43legacy/
Dphy.c1790 s16 radio_att_delta; in b43legacy_phy_xmitpower() local
1879 radio_att_delta = -(pwr_adjust + 7) >> 3; in b43legacy_phy_xmitpower()
1881 baseband_att_delta = -(pwr_adjust >> 1) - (4 * radio_att_delta); in b43legacy_phy_xmitpower()
1883 if ((radio_att_delta == 0) && (baseband_att_delta == 0)) { in b43legacy_phy_xmitpower()
1892 radio_attenuation += radio_att_delta; in b43legacy_phy_xmitpower()