Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/cisco/
H A Dairo.c230 int maxencrypt /* = 0 */; /* The highest rate that the card can encrypt at. variable
268 module_param(maxencrypt, int, 0);
269 MODULE_PARM_DESC(maxencrypt,
1818 if (ai->config.authType != AUTH_OPEN && maxencrypt) { in checkThrottle()
1820 if (ai->config.rates[i] > maxencrypt) { in checkThrottle()
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/
H A Dairo.c230 int maxencrypt /* = 0 */; /* The highest rate that the card can encrypt at. variable
267 module_param(maxencrypt, int, 0);
268 MODULE_PARM_DESC(maxencrypt,
1818 if (ai->config.authType != AUTH_OPEN && maxencrypt) { in checkThrottle()
1820 if (ai->config.rates[i] > maxencrypt) { in checkThrottle()

Completed in 23 milliseconds