Searched refs:maxencrypt (Results 1 – 1 of 1) sorted by relevance
227 int maxencrypt /* = 0 */; /* The highest rate that the card can encrypt at. variable265 module_param(maxencrypt, int, 0);266 MODULE_PARM_DESC(maxencrypt,1814 if (ai->config.authType != AUTH_OPEN && maxencrypt) { in checkThrottle()1816 if (ai->config.rates[i] > maxencrypt) { in checkThrottle()