Searched refs:power_limit (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/
H A Dath.h70 int16_t power_limit; member in struct:ath_regulatory
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-4965.c1130 s32 power_limit; local
1283 power_limit = saturation_power - back_off_table[i];
1284 if (power_limit > current_regulatory)
1285 power_limit = current_regulatory;
1290 if (target_power > power_limit)
1291 target_power = power_limit;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhw.c421 regulatory->power_limit = MAX_RATE_POWER;
1173 (u32) regulatory->power_limit));
2491 regulatory->power_limit = min(limit, (u32) MAX_RATE_POWER);
2498 (u32) regulatory->power_limit));
H A Dar9003_phy.c610 (u32) regulatory->power_limit));
H A Dar5008_phy.c880 (u32) regulatory->power_limit));
H A Dhtc_drv_main.c34 priv->curtxpow = ath9k_hw_regulatory(ah)->power_limit;
H A Dmain.c58 sc->curtxpow = ath9k_hw_regulatory(ah)->power_limit;

Completed in 154 milliseconds