Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/wireless/purelifi/plfxlc/
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 Dfirmware.c235 unsigned char *hw_address, in plfxlc_upload_mac_and_serial()
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()
234 plfxlc_upload_mac_and_serial(struct usb_interface *intf, unsigned char *hw_address, unsigned char *serial_number) plfxlc_upload_mac_and_serial() argument
H A Dusb.h195 unsigned char *hw_address,
H A Dusb.c586 u8 hw_address[ETH_ALEN]; in probe() local
602 r = plfxlc_upload_mac_and_serial(intf, hw_address, serial_number); in probe()
611 r = plfxlc_mac_preinit_hw(hw, hw_address); in probe()
662 hw_address, ETH_ALEN, USB_REQ_MAC_WR); in probe()
H A Dmac.c80 int plfxlc_mac_preinit_hw(struct ieee80211_hw *hw, const u8 *hw_address) in plfxlc_mac_preinit_hw() argument
82 SET_IEEE80211_PERM_ADDR(hw, hw_address); in plfxlc_mac_preinit_hw()

Completed in 4 milliseconds