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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Deeprom.h428 * @ee_noise_floor_thr: Noise floor threshold in 1dB steps
506 s16 ee_noise_floor_thr[AR5K_EEPROM_N_MODES]; member in struct:ath5k_eeprom_info
H A Deeprom.c308 ee->ee_noise_floor_thr[mode] = -((((val & 0xff) ^ 0xff)) + 1);
310 ee->ee_noise_floor_thr[mode] = val & 0xff;
313 ee->ee_noise_floor_thr[mode] =
H A Dreset.c755 AR5K_PHY_NF_SVAL(ee->ee_noise_floor_thr[ee_mode]),
H A Dphy.c1192 threshold = ee->ee_noise_floor_thr[ee_mode];

Completed in 132 milliseconds