Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c16337 struct tx_power_limit hddtxlimit; in hdd_features_init() local
16401 hddtxlimit.txPower2g = ucfg_get_tx_power(hdd_ctx->psoc, BAND_2G); in hdd_features_init()
16402 hddtxlimit.txPower5g = ucfg_get_tx_power(hdd_ctx->psoc, BAND_5G); in hdd_features_init()
16403 status = sme_txpower_limit(mac_handle, &hddtxlimit); in hdd_features_init()