Commit 80b3ea5b authored by Stephen Hemminger's avatar Stephen Hemminger Committed by David S. Miller

[NET]: Kill unused function in Red Creek VPN driver.

parent a1b4a029
......@@ -537,17 +537,6 @@ RCreboot_callback (U32 Status, U32 p1, U32 p2, struct net_device *dev)
(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()
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment