Searched refs:cw1200_mac_template (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/wireless/cw1200/ |
D | main.c | 48 static u8 cw1200_mac_template[ETH_ALEN] = {0x02, 0x80, 0xe1, 0x00, 0x00, 0x00}; variable 49 module_param_array_named(macaddr, cw1200_mac_template, byte, NULL, S_IRUGO); 336 SET_IEEE80211_PERM_ADDR(hw, cw1200_mac_template); in cw1200_init_common()
|