Searched refs:hddtxlimit (Results 1 – 1 of 1) sorted by relevance
16337 struct tx_power_limit hddtxlimit; in hdd_features_init() local16401 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()