Home
last modified time | relevance | path

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

/drivers/net/wireless/bcmdhd/
Ddhd_linux.c204 extern int dhd_write_macaddr(struct ether_addr *mac);
206 static inline int dhd_write_macaddr(struct ether_addr *mac) { return 0; } in dhd_write_macaddr() function
675 dhd_write_macaddr(&dhd->pub.mac); in dhd_process_cid_mac()