Searched refs:pwr_reduction (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmac.c7689 u8 pwr_lvl_idx, num_pwr_levels, pwr_reduction; local
7698 pwr_reduction = bss_conf->pwr_reduction;
7805 if (pwr_reduction)
7806 eirp_power = eirp_power - pwr_reduction;
7829 if (pwr_reduction)
7831 max_tx_power[pwr_lvl_idx] - pwr_reduction;
/linux-master/net/mac80211/
H A Dmlme.c2222 int *chan_pwr, int *pwr_reduction)
2282 *pwr_reduction = *pwr_constr_elem;
2284 *pwr_reduction = 0;
3277 sdata->vif.bss_conf.pwr_reduction = 0;
5061 bss_conf->pwr_reduction = *elems->pwr_constr_elem;
2218 ieee80211_find_80211h_pwr_constr(struct ieee80211_sub_if_data *sdata, struct ieee80211_channel *channel, const u8 *country_ie, u8 country_ie_len, const u8 *pwr_constr_elem, int *chan_pwr, int *pwr_reduction) argument
/linux-master/include/net/
H A Dmac80211.h667 * @pwr_reduction: power constraint of BSS.
771 u8 pwr_reduction; member in struct:ieee80211_bss_conf

Completed in 176 milliseconds