From 0542178e20f78ba0fcbe26586253c6b6f32b782e Mon Sep 17 00:00:00 2001 From: "U-MobileHooK\\Benedikt" Date: Sat, 4 Jun 2011 09:49:11 +0200 Subject: [PATCH] --- drivers/net/mmnif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/mmnif.c b/drivers/net/mmnif.c index 5b520150..b0b873e5 100644 --- a/drivers/net/mmnif.c +++ b/drivers/net/mmnif.c @@ -164,7 +164,7 @@ __inline int get_my_core_no(void) z = (tmp ) & 0x07; /* bits 02:00 */ pid = 12*y + 2*x + z; /* Add 1 to the processor ID to avoid *.*.*.0 IP addresses */ - priv->localIp = pid + 1; + return pid; } #endif