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

/linux-4.4.14/drivers/net/wireless/rt2x00/
H A Drt2800lib.c5458 int ant, div_mode; rt2800_init_bbp_53xx() local
5527 div_mode = rt2x00_get_field16(eeprom, rt2800_init_bbp_53xx()
5529 ant = (div_mode == 3) ? 1 : 0; rt2800_init_bbp_53xx()
5566 int ant, div_mode; rt2800_init_bbp_5592() local
5613 div_mode = rt2x00_get_field16(eeprom, EEPROM_NIC_CONF1_ANT_DIVERSITY); rt2800_init_bbp_5592()
5614 ant = (div_mode == 3) ? 1 : 0; rt2800_init_bbp_5592()

Completed in 88 milliseconds