Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/wireless/
Dairo.c537 u16 shortRetryLimit; member
1646 for(s = &cfg.shortRetryLimit; s <= &cfg.radioType; s++) in readConfigRid()
1687 for(s = &cfgr.shortRetryLimit; s <= &cfgr.radioType; s++) in writeConfigRid()
3986 ai->config.shortRetryLimit = (u16)v;
4133 (int)ai->config.shortRetryLimit,
5451 local->config.shortRetryLimit = vwrq->value;
5455 local->config.shortRetryLimit = vwrq->value;
5491 vwrq->value = (int)local->config.shortRetryLimit;
5492 if((int)local->config.shortRetryLimit != (int)local->config.longRetryLimit)