1 --- a/ath_rate/minstrel/minstrel.c
2 +++ b/ath_rate/minstrel/minstrel.c
4 struct minstrel_node *sn = ATH_NODE_MINSTREL(an);
5 int rc1, rc2, rc3; /* Index into the rate table, so for example, it is 0..11 */
7 + if (sn->num_rates <= 0)
10 if (sn->is_sampling) {
12 if (sn->rs_sample_rate_slower)