Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h454 #define CFG_CUSTOM_MAC (1<<3) macro
H A Dipw2200.h1045 #define CFG_CUSTOM_MAC (1<<3) macro
H A Dipw2100.c4702 if (priv->config & CFG_CUSTOM_MAC) { in ipw2100_set_mac_address()
5751 priv->config |= CFG_CUSTOM_MAC; in ipw2100_set_address()
H A Dipw2200.c10367 priv->config |= CFG_CUSTOM_MAC; in ipw_net_set_mac_address()
11140 if (!(priv->config & CFG_CUSTOM_MAC)) in ipw_up()