Home
last modified time | relevance | path

Searched refs:station_addr (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/isa/
H A Dif_el.c114 uint8_t station_addr[ETHER_ADDR_LEN]; in elprobe() local
159 station_addr[i] = bus_space_read_1(iot, ioh, EL_EAW); in elprobe()
161 DPRINTF(("Address is %s\n", ether_sprintf(station_addr))); in elprobe()
167 if (station_addr[0] != 0x02 || station_addr[1] != 0x60 || in elprobe()
168 station_addr[2] != 0x8c) { in elprobe()