From patchwork Sat Jul 31 15:05:38 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Krzysztof Halasa X-Patchwork-Id: 60423 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 815C01007D2 for ; Sun, 1 Aug 2010 01:07:20 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756713Ab0GaPHO (ORCPT ); Sat, 31 Jul 2010 11:07:14 -0400 Received: from khc.piap.pl ([195.187.100.11]:38162 "EHLO khc.piap.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756540Ab0GaPGU (ORCPT ); Sat, 31 Jul 2010 11:06:20 -0400 Received: from intrepid.localdomain (intrepid.localdomain [10.0.0.2]) by khc.piap.pl (Postfix) with ESMTP id 15EDF9933; Sat, 31 Jul 2010 17:05:54 +0200 (CEST) From: Krzysztof Halasa To: David Miller Cc: Subject: [PATCH 15/29] LMC: lanmedia.com is not functional anymore. Date: Sat, 31 Jul 2010 17:05:38 +0200 Message-Id: <1280588752-9340-15-git-send-email-khc@pm.waw.pl> X-Mailer: git-send-email 1.7.1.1 In-Reply-To: References: MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Krzysztof Hałasa Signed-off-by: Krzysztof Hałasa --- drivers/net/wan/lmc/ioctl.h | 2 +- drivers/net/wan/lmc/main.c | 3 +-- drivers/net/wan/lmc/media.c | 2 +- drivers/net/wan/lmc/var.h | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/net/wan/lmc/ioctl.h b/drivers/net/wan/lmc/ioctl.h index 1b7820f..4914ede 100644 --- a/drivers/net/wan/lmc/ioctl.h +++ b/drivers/net/wan/lmc/ioctl.h @@ -2,7 +2,7 @@ #define _LMC_IOCTL_H_ /* * Copyright (c) 1997-2000 LAN Media Corporation (LMC) - * All rights reserved. www.lanmedia.com + * All rights reserved. * * This code is written by: * Andrew Stanley-Jones (asj@cban.com) diff --git a/drivers/net/wan/lmc/main.c b/drivers/net/wan/lmc/main.c index eb5b2ea..64bd6d5 100644 --- a/drivers/net/wan/lmc/main.c +++ b/drivers/net/wan/lmc/main.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1997-2000 LAN Media Corporation (LMC) - * All rights reserved. www.lanmedia.com + * All rights reserved. * Generic HDLC port Copyright (C) 2008 Krzysztof Halasa * * This code is written by: @@ -20,7 +20,6 @@ * Driver for the LanMedia LMC5200, LMC5245, LMC1000, LMC1200 cards. * * To control link specific options lmcctl is required. - * It can be obtained from ftp.lanmedia.com. * * Linux driver notes: * Linux uses the device struct lmc_private to pass private information diff --git a/drivers/net/wan/lmc/media.c b/drivers/net/wan/lmc/media.c index 411138f..5851d19 100644 --- a/drivers/net/wan/lmc/media.c +++ b/drivers/net/wan/lmc/media.c @@ -23,7 +23,7 @@ /* * Copyright (c) 1997-2000 LAN Media Corporation (LMC) - * All rights reserved. www.lanmedia.com + * All rights reserved. * * This code is written by: * Andrew Stanley-Jones (asj@cban.com) diff --git a/drivers/net/wan/lmc/var.h b/drivers/net/wan/lmc/var.h index d694731..09b901c 100644 --- a/drivers/net/wan/lmc/var.h +++ b/drivers/net/wan/lmc/var.h @@ -3,7 +3,7 @@ /* * Copyright (c) 1997-2000 LAN Media Corporation (LMC) - * All rights reserved. www.lanmedia.com + * All rights reserved. * * This code is written by: * Andrew Stanley-Jones (asj@cban.com)