projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
update luci feed url to use http due to certificate issues
[openwrt.git]
/
package
/
madwifi
/
patches-testing
/
111-minstrel_crash.patch
1
--- a/ath_rate/minstrel/minstrel.c
2
+++ b/ath_rate/minstrel/minstrel.c
3
@@ -415,6 +415,9 @@
4
return;
5
}
6
7
+ if (sn->num_rates <= 0)
8
+ return;
9
+
10
if (sn->is_sampling) {
11
sn->is_sampling = 0;
12
if (sn->rs_sample_rate_slower)
This page took
0.043448 seconds
and
5
git commands to generate.