* [PATCH 2.5.72] Eliminate bogus function in Red Creek VPN
@ 2003-06-17 23:32 Stephen Hemminger
2003-06-18 23:34 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2003-06-17 23:32 UTC (permalink / raw)
To: Jeff Garzik; +Cc: netdev
The following function is defined but never used.
diff -Nru a/drivers/net/rcpci45.c b/drivers/net/rcpci45.c
--- a/drivers/net/rcpci45.c Tue Jun 17 15:25:28 2003
+++ b/drivers/net/rcpci45.c Tue Jun 17 15:25:28 2003
@@ -537,17 +537,6 @@
(PFNCALLBACK) RCreset_callback);
}
-int
-broadcast_packet (unsigned char *address)
-{
- int i;
- for (i = 0; i < 6; i++)
- if (address[i] != 0xff)
- return 0;
-
- return 1;
-}
-
/*
* RCrecv_callback()
*
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 2.5.72] Eliminate bogus function in Red Creek VPN
2003-06-17 23:32 [PATCH 2.5.72] Eliminate bogus function in Red Creek VPN Stephen Hemminger
@ 2003-06-18 23:34 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2003-06-18 23:34 UTC (permalink / raw)
To: shemminger; +Cc: jgarzik, netdev
I've added both of your red creek vpn driver changes
to my tree, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-06-18 23:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-17 23:32 [PATCH 2.5.72] Eliminate bogus function in Red Creek VPN Stephen Hemminger
2003-06-18 23:34 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).