Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/os/linux/
Dar6000_drv.c948 u8 *ptr_mac; in ar6000_softmac_update() local
951 ptr_mac = (u8 *)((u8 *)eeprom_data + AR6002_MAC_ADDRESS_OFFSET); in ar6000_softmac_update()
954 ptr_mac = (u8 *)((u8 *)eeprom_data + AR6003_MAC_ADDRESS_OFFSET); in ar6000_softmac_update()
960 printk(KERN_DEBUG "MAC from EEPROM %pM\n", ptr_mac); in ar6000_softmac_update()
963 ptr_mac[0] = 0; in ar6000_softmac_update()
964 ptr_mac[1] = 0x03; in ar6000_softmac_update()
965 ptr_mac[2] = 0x7F; in ar6000_softmac_update()
966 ptr_mac[3] = random32() & 0xff; in ar6000_softmac_update()
967 ptr_mac[4] = random32() & 0xff; in ar6000_softmac_update()
968 ptr_mac[5] = random32() & 0xff; in ar6000_softmac_update()
[all …]