1 Index: madwifi-trunk-r3314/ath_rate/minstrel/minstrel.c
2 ===================================================================
3 --- madwifi-trunk-r3314.orig/ath_rate/minstrel/minstrel.c
4 +++ madwifi-trunk-r3314/ath_rate/minstrel/minstrel.c
6 struct minstrel_node *sn = ATH_NODE_MINSTREL(an);
7 int rc1, rc2, rc3; /* Index into the rate table, so for example, it is 0..11 */
9 + if (sn->num_rates <= 0)
12 if (sn->is_sampling) {
14 if (sn->rs_sample_rate_slower)