Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sap/src/
Dsap_ch_select.c755 uint32_t txpwr_weight_low_speed; in sap_weight_channel_txpwr_range() local
771 txpwr_weight_low_speed = (channel_stat->chan_tx_pwr_range == 0) ? 0 : in sap_weight_channel_txpwr_range()
779 if (txpwr_weight_low_speed > softap_txpwr_range_weight_local) in sap_weight_channel_txpwr_range()
780 txpwr_weight_low_speed = softap_txpwr_range_weight_local; in sap_weight_channel_txpwr_range()
786 txpwr_weight_low_speed); in sap_weight_channel_txpwr_range()
788 return txpwr_weight_low_speed; in sap_weight_channel_txpwr_range()