Changeset 2362
- Timestamp:
- 05/22/07 00:35:58 (2 years ago)
- Files:
-
- trunk/ath/if_ath.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ath/if_ath.c
r2360 r2362 8656 8656 if (rt == NULL) 8657 8657 return 0; 8658 if (rt->rateCount > XR_NUM_SUP_RATES) {8658 if (rt->rateCount > IEEE80211_RATE_MAXSIZE) { 8659 8659 DPRINTF(sc, ATH_DEBUG_ANY, 8660 8660 "%s: rate table too small (%u > %u)\n",
