r161 - unstable/rt2500/debian/patches

Ben Hutchings benh at alioth.debian.org
Wed Apr 8 01:37:07 UTC 2009


Author: benh
Date: 2009-04-08 01:37:07 +0000 (Wed, 08 Apr 2009)
New Revision: 161

Modified:
   unstable/rt2500/debian/patches/000_if_name.diff
   unstable/rt2500/debian/patches/005_fix_error_rate_vars.diff
Log:
Add comments


Modified: unstable/rt2500/debian/patches/000_if_name.diff
===================================================================
--- unstable/rt2500/debian/patches/000_if_name.diff	2009-04-08 01:28:11 UTC (rev 160)
+++ unstable/rt2500/debian/patches/000_if_name.diff	2009-04-08 01:37:07 UTC (rev 161)
@@ -1,3 +1,6 @@
+Linux network devices should be named generically, not depending on the
+manufacturer.
+
 --- rt2500.orig/Module/rtmp_main.c
 +++ rt2500/Module/rtmp_main.c
 @@ -58,7 +58,7 @@

Modified: unstable/rt2500/debian/patches/005_fix_error_rate_vars.diff
===================================================================
--- unstable/rt2500/debian/patches/005_fix_error_rate_vars.diff	2009-04-08 01:28:11 UTC (rev 160)
+++ unstable/rt2500/debian/patches/005_fix_error_rate_vars.diff	2009-04-08 01:37:07 UTC (rev 161)
@@ -1,3 +1,7 @@
+Error rate variables were static and therefore shared between interfaces.
+Their values are recalculated each time, so make them local non-static and
+remove the one that is never used.
+
 --- rt2500.orig/Module/mlme.c
 +++ rt2500/Module/mlme.c
 @@ -897,7 +897,7 @@




More information about the Pkg-ralink-commits mailing list