Searched refs:WLC_TXPWR_DB_FACTOR (Results 1 – 5 of 5) sorted by relevance
117 #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 …]
20 #define WLC_TXPWR_DB_FACTOR 4 /* conversion for phy txpwr cacluations that use .25 dB units */ macro
774 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()
87 #define WLC_TXPWR_DB_FACTOR 4 macro
1682 *min_pwr = pi->min_txpower * WLC_TXPWR_DB_FACTOR; in wlc_phy_txpower_sromlimit()