Home
last modified time | relevance | path

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

/drivers/net/wireless/intersil/hostap/
Dhostap_plx.c37 static int ignore_cis; variable
38 module_param(ignore_cis, int, 0444);
39 MODULE_PARM_DESC(ignore_cis, "Do not verify manfid information in CIS");
422 if (ignore_cis) { in prism2_plx_check_cis()