HomeSort by: relevance | last modified time | path
    Searched defs:maxrates (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ath.c 5098 int i, maxrates; local in function:rate_setup
5104 maxrates = IEEE80211_RATE_MAXSIZE;
5106 maxrates = rt->rateCount;
5107 for (i = 0; i < maxrates; i++)
5109 rs->rs_nrates = maxrates;
ath.c 5098 int i, maxrates; local in function:rate_setup
5104 maxrates = IEEE80211_RATE_MAXSIZE;
5106 maxrates = rt->rateCount;
5107 for (i = 0; i < maxrates; i++)
5109 rs->rs_nrates = maxrates;

Completed in 27 milliseconds