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

/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c6859 int ant, div_mode; local
6928 div_mode = rt2x00_get_field16(eeprom,
6930 ant = (div_mode == 3) ? 1 : 0;
6968 int ant, div_mode; local
7015 div_mode = rt2x00_get_field16(eeprom, EEPROM_NIC_CONF1_ANT_DIVERSITY);
7016 ant = (div_mode == 3) ? 1 : 0;

Completed in 163 milliseconds