Changeset 3844
- Timestamp:
- 08/04/08 14:32:43 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
madwifi/branches/madwifi-0.9.4/ath_rate/minstrel/minstrel.c
r3030 r3844 394 394 int rc1, rc2, rc3; /* Index into the rate table, so for example, it is 0..11 */ 395 395 int rixc1, rixc2, rixc3; /* The actual bit rate used */ 396 397 if (sn->num_rates <= 0) { 398 DPRINTF(sc, "%s: no rates for %s\n", dev_info, 399 ether_sprintf(an->an_node.ni_macaddr)); 400 return; 401 } 396 402 397 403 if (sn->is_sampling) {
