Re: [PATCH 07/26] e1000: Use module param array code

2006-08-29 Thread Jeff Garzik
ACK patches 1-7 - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 07/26] e1000: Use module param array code

2006-08-29 Thread Kok, Auke
Use module param array code to distinguish between defaults and user specified values. Signed-off-by: Auke Kok <[EMAIL PROTECTED]> --- drivers/net/e1000/e1000_param.c | 161 +++ 1 files changed, 110 insertions(+), 51 deletions(-) diff --git a/drivers/net/e1