Searched defs:trsw_rx_gain (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/b43/
H A Dphy_g.h159 s16 trsw_rx_gain; /* TRSW RX gain in hdB */ member in struct:b43_phy_g
H A Dlo.c304 int trsw_rx_gain; local
307 trsw_rx_gain = gphy->trsw_rx_gain / 2;
308 if (max_rx_gain >= trsw_rx_gain) {
309 trsw_rx_gain = max_rx_gain - trsw_rx_gain;
312 trsw_rx_gain = max_rx_gain;
313 if (trsw_rx_gain < 9) {
317 trsw_rx_gain -= 8;
319 trsw_rx_gain
[all...]
/drivers/net/wireless/b43legacy/
H A Db43legacy.h455 s16 trsw_rx_gain; /* TRSW RX gain in hdB */ member in struct:b43legacy_phy

Completed in 79 milliseconds