Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/purelifi/plfxlc/
H A Dfirmware.c235 unsigned char *hw_address, in plfxlc_upload_mac_and_serial() argument
252 memcpy(hw_address, dma_buffer, ETH_ALEN); in plfxlc_upload_mac_and_serial()
272 dev_dbg(&intf->dev, "Mac: %pM\n", hw_address); in plfxlc_upload_mac_and_serial()
H A Dmac.h132 unsigned char hw_address[ETH_ALEN]; member
173 int plfxlc_mac_preinit_hw(struct ieee80211_hw *hw, const u8 *hw_address);
H A Dusb.c588 u8 hw_address[ETH_ALEN]; in probe() local
604 r = plfxlc_upload_mac_and_serial(intf, hw_address, serial_number); in probe()
613 r = plfxlc_mac_preinit_hw(hw, hw_address); in probe()
664 hw_address, ETH_ALEN, USB_REQ_MAC_WR); in probe()
H A Dusb.h195 unsigned char *hw_address,
H A Dmac.c79 int plfxlc_mac_preinit_hw(struct ieee80211_hw *hw, const u8 *hw_address) in plfxlc_mac_preinit_hw() argument
81 SET_IEEE80211_PERM_ADDR(hw, hw_address); in plfxlc_mac_preinit_hw()