diff options
author | John Crispin <john@openwrt.org> | 2007-10-20 19:13:53 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-10-20 19:13:53 +0000 |
commit | 9f73ab51f3d95cfc04f5a507788c9301d9ddb471 (patch) | |
tree | 7275422e219035a551380951bb7c6d6afe66ceff /package/madwifi/patches/111-minstrel_crash.patch | |
parent | 6700c1d745e04f3cd5c59ba2fe3add817a547dcb (diff) | |
download | mtk-20170518-9f73ab51f3d95cfc04f5a507788c9301d9ddb471.zip mtk-20170518-9f73ab51f3d95cfc04f5a507788c9301d9ddb471.tar.gz mtk-20170518-9f73ab51f3d95cfc04f5a507788c9301d9ddb471.tar.bz2 |
refreshed madwifi patches
SVN-Revision: 9380
Diffstat (limited to 'package/madwifi/patches/111-minstrel_crash.patch')
-rw-r--r-- | package/madwifi/patches/111-minstrel_crash.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/madwifi/patches/111-minstrel_crash.patch b/package/madwifi/patches/111-minstrel_crash.patch index fb0f32a..d860cb0 100644 --- a/package/madwifi/patches/111-minstrel_crash.patch +++ b/package/madwifi/patches/111-minstrel_crash.patch @@ -1,7 +1,7 @@ Index: madwifi-ng-r2568-20070710/ath_rate/minstrel/minstrel.c =================================================================== ---- madwifi-ng-r2568-20070710.orig/ath_rate/minstrel/minstrel.c 2007-07-23 01:48:38.542176563 +0200 -+++ madwifi-ng-r2568-20070710/ath_rate/minstrel/minstrel.c 2007-07-23 01:48:40.974315165 +0200 +--- madwifi-ng-r2568-20070710.orig/ath_rate/minstrel/minstrel.c 2007-10-20 20:51:37.000000000 +0200 ++++ madwifi-ng-r2568-20070710/ath_rate/minstrel/minstrel.c 2007-10-20 20:52:49.000000000 +0200 @@ -388,6 +388,9 @@ struct minstrel_node *sn = ATH_NODE_MINSTREL(an); int rc1, rc2, rc3; /* Index into the rate table, so for example, it is 0..11 */ |