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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/powertv/
H A Dpowertv_setup.c208 static u8 rfmac[ETH_ALEN]; variable
220 q = rfmac;
224 isxdigit(c) && q - rfmac < ETH_ALEN;
241 have_rfmac = (c == '\0' && q - rfmac == ETH_ALEN);
246 early_param("rfmac", rfmac_param);
297 pr_warning("rfmac not available on command line; "
315 addr[i] = rfmac[i];

Completed in 53 milliseconds