[PATCH] : ir251_expiry_fix.diff

Jean Tourrilhes (jt@bougret.hpl.hp.com)
Wed, 12 Jun 2002 11:53:36 -0700


Jeff,

Could you add this trivial patch to the batch of patches I've
already sent you for 2.5.22 ?
Thanks,

Jean

ir251_expiry_fix.diff :
---------------------
o [CORRECT] Make discovery expiry work properly for non default
discovery period/timeout

diff -u -p linux/include/net/irda/discovery.d1.h linux/include/net/irda/discovery.h
--- linux/include/net/irda/discovery.d1.h Wed Jun 12 10:55:58 2002
+++ linux/include/net/irda/discovery.h Wed Jun 12 10:56:42 2002
@@ -38,7 +38,7 @@
#include <net/irda/irqueue.h> /* irda_queue_t */
#include <net/irda/irlap_event.h> /* LAP_REASON */

-#define DISCOVERY_EXPIRE_TIMEOUT 6*HZ
+#define DISCOVERY_EXPIRE_TIMEOUT (2*sysctl_discovery_timeout*HZ)
#define DISCOVERY_DEFAULT_SLOTS 0

/*

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/