1 diff -urN madwifi-ng-refcount-r2313-20070505.old/ath_rate/minstrel/minstrel.c madwifi-ng-refcount-r2313-20070505.dev/ath_rate/minstrel/minstrel.c
2 --- madwifi-ng-refcount-r2313-20070505.old/ath_rate/minstrel/minstrel.c 2007-04-25 22:29:55.000000000 +0200
3 +++ madwifi-ng-refcount-r2313-20070505.dev/ath_rate/minstrel/minstrel.c 2007-05-13 18:17:55.533126720 +0200
5 unsigned int i, column_index;
7 u_int8_t random_bytes[12];
9 + if (num_sample_rates < 0)
12 for(column_index = 0; column_index < MINSTREL_COLUMNS; column_index++) {
13 for (i = 0; i <= IEEE80211_RATE_MAXSIZE; i++)