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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_plx.c87 u16 manfid1, manfid2; member in struct:prism2_plx_manfid
345 unsigned int rmsz, rasz, manfid1, manfid2; local
362 manfid1 = manfid2 = 0;
395 manfid1 = cis[pos + 2] + (cis[pos + 3] << 8);
398 dev_info, manfid1, manfid2);
408 for (manfid = prism2_plx_known_manfids; manfid->manfid1 != 0; manfid++)
409 if (manfid1 == manfid->manfid1 && manfid2 == manfid->manfid2) {
415 " not supported card\n", dev_info, manfid1, manfid2);

Completed in 106 milliseconds