Searched refs:num_piers (Results 1 – 1 of 1) sorted by relevance
687 u_int16_t num_piers, i; in ar9300_eeprom_get_legacy_trgt_pwr() local695 num_piers = OSPREY_NUM_2G_20_TARGET_POWERS; in ar9300_eeprom_get_legacy_trgt_pwr()699 num_piers = OSPREY_NUM_5G_20_TARGET_POWERS; in ar9300_eeprom_get_legacy_trgt_pwr()708 for (i = 0; i < num_piers; i++) { in ar9300_eeprom_get_legacy_trgt_pwr()716 (int32_t)freq, freq_array, target_power_array, num_piers)); in ar9300_eeprom_get_legacy_trgt_pwr()723 u_int16_t num_piers, i; in ar9300_eeprom_get_ht20_trgt_pwr() local731 num_piers = OSPREY_NUM_2G_20_TARGET_POWERS; in ar9300_eeprom_get_ht20_trgt_pwr()735 num_piers = OSPREY_NUM_5G_20_TARGET_POWERS; in ar9300_eeprom_get_ht20_trgt_pwr()744 for (i = 0; i < num_piers; i++) { in ar9300_eeprom_get_ht20_trgt_pwr()752 (int32_t)freq, freq_array, target_power_array, num_piers)); in ar9300_eeprom_get_ht20_trgt_pwr()[all …]