You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
236 B
13 lines
236 B
17 years ago
|
--- a/ath_rate/minstrel/minstrel.c
|
||
|
+++ b/ath_rate/minstrel/minstrel.c
|
||
17 years ago
|
@@ -415,6 +415,9 @@
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
+ if (sn->num_rates <= 0)
|
||
|
+ return;
|
||
|
+
|
||
|
if (sn->is_sampling) {
|
||
|
sn->is_sampling = 0;
|
||
|
if (sn->rs_sample_rate_slower)
|