Re: [2.6 patch] forgotten bits of Sangoma drivers removal

Previous thread: [2.6 patch] proper prototypes for vread/vwrite by Adrian Bunk on Sunday, March 30, 2008 - 3:48 pm. (1 message)

Next thread: [2.6 patch] proper prototype for show_numa_map() by Adrian Bunk on Sunday, March 30, 2008 - 3:49 pm. (1 message)
From: Adrian Bunk
Date: Sunday, March 30, 2008 - 3:49 pm

Robert P. J. Day spotted that my removal of the Sangoma drivers missed a 
few bits.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---

This patch has been sent on:
- 25 Feb 2008

 Documentation/networking/00-INDEX       |    2 
 Documentation/networking/wan-router.txt |  621 ------------------------
 include/linux/Kbuild                    |    1 
 include/linux/if_wanpipe.h              |  124 ----
 4 files changed, 748 deletions(-)

b448ba4228b3dfaacfa7e043e3aa23579d06d36b diff --git a/Documentation/networking/00-INDEX b/Documentation/networking/00-INDEX
index 02e56d4..61ac35a 100644
--- a/Documentation/networking/00-INDEX
+++ b/Documentation/networking/00-INDEX
@@ -103,8 +103,6 @@ tuntap.txt
 	- TUN/TAP device driver, allowing user space Rx/Tx of packets.
 vortex.txt
 	- info on using 3Com Vortex (3c590, 3c592, 3c595, 3c597) Ethernet cards.
-wan-router.txt
-	- WAN router documentation
 wavelan.txt
 	- AT&T GIS (nee NCR) WaveLAN card: An Ethernet-like radio transceiver
 x25.txt
diff --git a/Documentation/networking/wan-router.txt b/Documentation/networking/wan-router.txt
deleted file mode 100644
index bc2ab41..0000000
--- a/Documentation/networking/wan-router.txt
+++ /dev/null
@@ -1,621 +0,0 @@
-------------------------------------------------------------------------------
-Linux WAN Router Utilities Package
-------------------------------------------------------------------------------
-Version 2.2.1 
-Mar 28, 2001
-Author: Nenad Corbic <ncorbic@sangoma.com>
-Copyright (c) 1995-2001 Sangoma Technologies Inc.
-------------------------------------------------------------------------------
-
-INTRODUCTION
-
-Wide Area Networks (WANs) are used to interconnect Local Area Networks (LANs)
-and/or stand-alone hosts over vast distances with data transfer rates
-significantly higher than those achievable with commonly used dial-up
-connections.
-
-Usually an external device called `WAN router' sitting on your local network
-or connected to your machine's serial ...
From: David Miller
Date: Monday, March 31, 2008 - 7:33 pm

From: Adrian Bunk <bunk@kernel.org>

I must have missed some context or another patch, but
linux/if_wanpipe.h is still there, so I can't see why
we can remove it from linux/Kbuild
--

From: Robert P. J. Day
Date: Monday, March 31, 2008 - 8:14 pm

AFAICT, nothing in the source tree includes that header file, so i'm
guessing that the patch should also include simply deleting it if it
has no further value.

rday
--

========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
    Have classroom, will lecture.

http://crashcourse.ca                          Waterloo, Ontario, CANADA
========================================================================
--

From: David Miller
Date: Monday, March 31, 2008 - 8:17 pm

From: "Robert P. J. Day" <rpjday@crashcourse.ca>

Ok, that makes sense.

Adrian, if you agree, please respin your patch with that
modification.

Thanks.
--

From: Adrian Bunk
Date: Tuesday, April 1, 2008 - 12:50 am

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

--

Previous thread: [2.6 patch] proper prototypes for vread/vwrite by Adrian Bunk on Sunday, March 30, 2008 - 3:48 pm. (1 message)

Next thread: [2.6 patch] proper prototype for show_numa_map() by Adrian Bunk on Sunday, March 30, 2008 - 3:49 pm. (1 message)