Changeset 2327
- Timestamp:
- 05/12/07 14:27:13 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/madwifi-ng-refcount/ath_rate/minstrel/minstrel.c
r2326 r2327 549 549 sn->rs_sampleTable[i][column_index] = 0; 550 550 551 for (i = 0; i < =num_sample_rates; i++) {551 for (i = 0; i < num_sample_rates; i++) { 552 552 get_random_bytes(random_bytes, 8); 553 553 newIndex = (i + (int)(random_bytes[i & 7])) % num_sample_rates;
