Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_channel.c117 #define QDB(n) ((n) * WLC_TXPWR_DB_FACTOR)
1179 txpwr->cck[i] / WLC_TXPWR_DB_FACTOR, in wlc_phy_txpower_limits_dump()
1180 fraction[txpwr->cck[i] % WLC_TXPWR_DB_FACTOR]); in wlc_phy_txpower_limits_dump()
1187 txpwr->ofdm[i] / WLC_TXPWR_DB_FACTOR, in wlc_phy_txpower_limits_dump()
1188 fraction[txpwr->ofdm[i] % WLC_TXPWR_DB_FACTOR]); in wlc_phy_txpower_limits_dump()
1195 txpwr->ofdm_cdd[i] / WLC_TXPWR_DB_FACTOR, in wlc_phy_txpower_limits_dump()
1196 fraction[txpwr->ofdm_cdd[i] % WLC_TXPWR_DB_FACTOR]); in wlc_phy_txpower_limits_dump()
1203 txpwr->ofdm_40_siso[i] / WLC_TXPWR_DB_FACTOR, in wlc_phy_txpower_limits_dump()
1204 fraction[txpwr->ofdm_40_siso[i] % WLC_TXPWR_DB_FACTOR]); in wlc_phy_txpower_limits_dump()
1211 txpwr->ofdm_40_cdd[i] / WLC_TXPWR_DB_FACTOR, in wlc_phy_txpower_limits_dump()
[all …]
Dwlc_channel.h20 #define WLC_TXPWR_DB_FACTOR 4 /* conversion for phy txpwr cacluations that use .25 dB units */ macro
Dwlc_main.c774 wlc->txpwr_local_constraint) * WLC_TXPWR_DB_FACTOR; in wlc_local_constraint_qdbm()
907 power.local_max = wlc->txpwr_local_max * WLC_TXPWR_DB_FACTOR; in wlc_get_current_txpwr()
909 wlc->txpwr_local_constraint * WLC_TXPWR_DB_FACTOR; in wlc_get_current_txpwr()
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_hal.h87 #define WLC_TXPWR_DB_FACTOR 4 macro
Dwlc_phy_cmn.c1682 *min_pwr = pi->min_txpower * WLC_TXPWR_DB_FACTOR; in wlc_phy_txpower_sromlimit()