Searched refs:manfid1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_plx.c | 87 u16 manfid1, manfid2; member 345 unsigned int rmsz, rasz, manfid1, manfid2; in prism2_plx_check_cis() local 361 manfid1 = manfid2 = 0; in prism2_plx_check_cis() 394 manfid1 = cis[pos + 2] + (cis[pos + 3] << 8); in prism2_plx_check_cis() 397 dev_info, manfid1, manfid2); in prism2_plx_check_cis() 407 for (manfid = prism2_plx_known_manfids; manfid->manfid1 != 0; manfid++) in prism2_plx_check_cis() 408 if (manfid1 == manfid->manfid1 && manfid2 == manfid->manfid2) { in prism2_plx_check_cis() 414 " not supported card\n", dev_info, manfid1, manfid2); in prism2_plx_check_cis()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_plx.c | 86 u16 manfid1, manfid2; member 344 unsigned int rmsz, rasz, manfid1, manfid2; in prism2_plx_check_cis() local 360 manfid1 = manfid2 = 0; in prism2_plx_check_cis() 393 manfid1 = cis[pos + 2] + (cis[pos + 3] << 8); in prism2_plx_check_cis() 396 dev_info, manfid1, manfid2); in prism2_plx_check_cis() 406 for (manfid = prism2_plx_known_manfids; manfid->manfid1 != 0; manfid++) in prism2_plx_check_cis() 407 if (manfid1 == manfid->manfid1 && manfid2 == manfid->manfid2) { in prism2_plx_check_cis() 413 " not supported card\n", dev_info, manfid1, manfid2); in prism2_plx_check_cis()
|
Completed in 3 milliseconds