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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dif_usb.c166 struct cmd_ds_set_boot2_ver b2_cmd; local
169 b2_cmd.hdr.size = cpu_to_le16(sizeof(b2_cmd));
170 b2_cmd.action = 0;
171 b2_cmd.version = cardp->boot2_version;
173 if (lbs_cmd_with_response(priv, CMD_SET_BOOT2_VER, &b2_cmd))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas_tf/
H A Dif_usb.c103 struct cmd_ds_set_boot2_ver b2_cmd; local
108 b2_cmd.hdr.size = cpu_to_le16(sizeof(b2_cmd));
109 b2_cmd.action = 0;
110 b2_cmd.version = cardp->boot2_version;
112 if (lbtf_cmd_with_response(priv, CMD_SET_BOOT2_VER, &b2_cmd))

Completed in 179 milliseconds