Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/wireless/
Dairo.c219 int maxencrypt /* = 0 */; /* The highest rate that the card can encrypt at. variable
257 MODULE_PARM(maxencrypt, "i");
258 MODULE_PARM_DESC(maxencrypt, "The maximum speed that the card can do \
1661 if (ai->config.authType != AUTH_OPEN && maxencrypt) { in checkThrottle()
1663 if (ai->config.rates[i] > maxencrypt) { in checkThrottle()