diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-17 02:30:08 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-17 02:30:08 +0000 |
commit | 613e530afeab2eb78d7b4100420fd305662beab1 (patch) | |
tree | 547d05d8319b3931a4fa1e5b1a5cbd543af52361 /package/madwifi/patches-r3776/111-minstrel_crash.patch | |
parent | 0e9ca337996b5b4ef392bc92cde7f4bc9699b3ea (diff) |
huge madwifi update (work in progress, disabled by default, compiles but breaks at run time)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11851 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches-r3776/111-minstrel_crash.patch')
-rw-r--r-- | package/madwifi/patches-r3776/111-minstrel_crash.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/madwifi/patches-r3776/111-minstrel_crash.patch b/package/madwifi/patches-r3776/111-minstrel_crash.patch new file mode 100644 index 000000000..250a21ff2 --- /dev/null +++ b/package/madwifi/patches-r3776/111-minstrel_crash.patch @@ -0,0 +1,14 @@ +Index: madwifi-trunk-r3776/ath_rate/minstrel/minstrel.c +=================================================================== +--- madwifi-trunk-r3776.orig/ath_rate/minstrel/minstrel.c 2008-07-17 00:35:59.000000000 +0200 ++++ madwifi-trunk-r3776/ath_rate/minstrel/minstrel.c 2008-07-17 00:47:36.000000000 +0200 +@@ -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) |