Searched refs:station_addr (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/net/ |
D | 3c501.c | 227 unsigned char station_addr[6]; in el1_probe1() local 244 station_addr[i] = inb(ioaddr + EL1_SAPROM); in el1_probe1() 251 if (station_addr[0] == 0x02 && station_addr[1] == 0x60 && in el1_probe1() 252 station_addr[2] == 0x8c) in el1_probe1() 254 else if (station_addr[0] == 0x00 && station_addr[1] == 0x80 && in el1_probe1() 255 station_addr[2] == 0xC8) in el1_probe1() 292 memcpy(dev->dev_addr, station_addr, ETH_ALEN); in el1_probe1()
|
D | e2100.c | 182 unsigned char *station_addr = dev->dev_addr; in e21_probe1() local 207 station_addr[i] = inb(ioaddr + E21_SAPROM + i); in e21_probe1() 216 printk(" %02X", station_addr[i]); in e21_probe1() 251 if (station_addr[i] != inb(ioaddr + E21_SAPROM + 8 + i)) { in e21_probe1()
|
D | eepro.c | 759 unsigned short station_addr[3], id, counter; in eepro_probe1() local 800 station_addr[0] = read_eeprom(ioaddr, 2, dev); in eepro_probe1() 805 if (station_addr[0] == 0x0000 || station_addr[0] == 0xffff) { in eepro_probe1() 811 station_addr[0] = read_eeprom(ioaddr, 2, dev); in eepro_probe1() 818 station_addr[1] = lp->word[3]; in eepro_probe1() 819 station_addr[2] = lp->word[4]; in eepro_probe1() 824 else if (station_addr[2] == SA_ADDR1) in eepro_probe1() 830 dev->dev_addr[i] = ((unsigned char *) station_addr)[5-i]; in eepro_probe1()
|
D | ipg.h | 736 u16 station_addr[3]; /* Station Address in EEPROM Reg 0x10..0x12 */ member
|
D | ipg.c | 2068 sp->station_addr[i] = read_eeprom(dev, 16 + i); in ipg_hw_init() 2071 ipg_w16(sp->station_addr[i], STATION_ADDRESS_0 + 2*i); in ipg_hw_init()
|
/linux-2.6.39/drivers/staging/wlags49_h2/ |
D | mdd.h | 366 X3( CFG_ASSOC_STAT, assoc_stat, station_addr[3], val[46] ) /*Association status, basic */ 367 X2( CFG_ASSOC_STAT3, assoc_stat, station_addr[3] ) /*assoc_stat:3 */ 368 X3( CFG_ASSOC_STAT1, assoc_stat, station_addr[3], frame_body[43] ) /*assoc_stat:1 */ 369 …X4( CFG_ASSOC_STAT2, assoc_stat, station_addr[3], old_ap_addr[3], frame_body[43] ) /*assoc_stat:2 …
|
/linux-2.6.39/drivers/net/wireless/ |
D | rayctl.h | 428 UCHAR station_addr[ADDRLEN]; member 437 UCHAR station_addr[ADDRLEN]; member
|
D | ray_cs.c | 521 &local->startup_res.station_addr, ADDRLEN); in ray_init()
|