openwrt/package/madwifi/patches-r3776/111-minstrel_crash.patch
Felix Fietkau 16731f482f refresh madwifi-testing patches
SVN-Revision: 11866
2008-07-18 22:50:46 +00:00

13 lines
236 B
Diff

--- a/ath_rate/minstrel/minstrel.c
+++ b/ath_rate/minstrel/minstrel.c
@@ -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)