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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ar9170/
H A Dphy.c1440 struct ar9170_calibration_target_power_legacy *ctpl; local
1461 ctpl = &ar->eeprom.cal_tgt_pwr_5G[0];
1466 ctpl = &ar->eeprom.cal_tgt_pwr_2G_cck[0];
1471 ctpl = &ar->eeprom.cal_tgt_pwr_2G_ofdm[0];
1480 if (ctpl[n].freq == 0xff)
1482 pwr_freqs[n] = ctpl[n].freq;
1489 ctpl[idx + 0].freq,
1490 ctpl[idx + 0].power[n],
1491 ctpl[idx + 1].freq,
1492 ctpl[id
[all...]

Completed in 99 milliseconds