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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dcmdresp.c166 struct cmd_ds_get_hw_spec *hwspec = &resp->params.hwspec; local
172 adapter->fwcapinfo = le32_to_cpu(hwspec->fwcapinfo);
174 memcpy(adapter->fwreleasenumber, hwspec->fwreleasenumber, 4);
180 hwspec->permanentaddr[0], hwspec->permanentaddr[1],
181 hwspec->permanentaddr[2], hwspec->permanentaddr[3],
182 hwspec->permanentaddr[4], hwspec
[all...]
H A Dhostcmd.h620 struct cmd_ds_get_hw_spec hwspec; member in union:cmd_ds_command::__anon6092
H A Dcmd.c42 struct cmd_ds_get_hw_spec *hwspec = &cmd->params.hwspec; local
48 memcpy(hwspec->permanentaddr, priv->adapter->current_addr, ETH_ALEN);

Completed in 36 milliseconds