Searched refs:reg_limit (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-4965.c1132 s32 reg_limit; local
1198 /* regulatory txpower limits ... reg_limit values are in half-dBm,
1201 reg_limit = ch_info->ht40_max_power_avg * 2;
1203 reg_limit = ch_info->max_power_avg * 2;
1205 if ((reg_limit < IWL_TX_POWER_REGULATORY_MIN) ||
1206 (reg_limit > IWL_TX_POWER_REGULATORY_MAX)) {
1208 reg_limit = IWL_TX_POWER_DEFAULT_REGULATORY_24;
1210 reg_limit = IWL_TX_POWER_DEFAULT_REGULATORY_52;
1274 current_regulatory = reg_limit -
1278 current_regulatory = reg_limit;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dwlioctl.h1647 uint8 reg_limit[WL_TX_POWER_RATES_LEGACY]; /* Regulatory power limit */ member in struct:__anon19616

Completed in 186 milliseconds