Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ !
Dairo.c225 int maxencrypt /* = 0 */; /* The highest rate that the card can encrypt at. variable
261 module_param(maxencrypt, int, 0);
262 MODULE_PARM_DESC(maxencrypt,
1815 if (ai->config.authType != AUTH_OPEN && maxencrypt) { in checkThrottle()
1817 if (ai->config.rates[i] > maxencrypt) { in checkThrottle()