diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-07-18 22:57:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-07-18 22:57:30 +0000 |
commit | 9dc4917da8a85552aa733b269c985cebb35f00c5 (patch) | |
tree | 1d7b62d9d6fc2d792c0fd53c7b3d886dd7635882 /package/madwifi/patches-r3776/111-minstrel_crash.patch | |
parent | 8aa31d7ce01f62e092d91499529e80db27775558 (diff) | |
download | upstream-9dc4917da8a85552aa733b269c985cebb35f00c5.tar.gz upstream-9dc4917da8a85552aa733b269c985cebb35f00c5.tar.bz2 upstream-9dc4917da8a85552aa733b269c985cebb35f00c5.zip |
rename patches-r3776 to patches-testing
SVN-Revision: 11868
Diffstat (limited to 'package/madwifi/patches-r3776/111-minstrel_crash.patch')
-rw-r--r-- | package/madwifi/patches-r3776/111-minstrel_crash.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/madwifi/patches-r3776/111-minstrel_crash.patch b/package/madwifi/patches-r3776/111-minstrel_crash.patch deleted file mode 100644 index dd96c4e60f..0000000000 --- a/package/madwifi/patches-r3776/111-minstrel_crash.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- 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) |