aboutsummaryrefslogtreecommitdiffstats
path: root/net/llc
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@osdl.org>2006-05-25 18:08:30 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2006-06-18 00:26:00 -0400
commitaecbd4e45c2e469e0452ffb2c0b0d881e2815bb8 (patch)
tree4e5a1e9e2625287acfcb27e693c634700bf57611 /net/llc
parent17f3ae08b6e7fd778371f2cafbd1c988a67ee343 (diff)
[LLC]: use more efficient ether address routines
Use more cache efficient Ethernet address manipulation functions in etherdevice.h. Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Diffstat (limited to 'net/llc')
-rw-r--r--net/llc/llc_if.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/llc/llc_if.c b/net/llc/llc_if.c
index ba90f7f0801a..5ae47be7dde0 100644
--- a/net/llc/llc_if.c
+++ b/net/llc/llc_if.c
@@ -26,8 +26,6 @@
26#include <net/llc_c_st.h> 26#include <net/llc_c_st.h>
27#include <net/tcp_states.h> 27#include <net/tcp_states.h>
28 28
29u8 llc_mac_null_var[IFHWADDRLEN];
30
31/** 29/**
32 * llc_build_and_send_pkt - Connection data sending for upper layers. 30 * llc_build_and_send_pkt - Connection data sending for upper layers.
33 * @sk: connection 31 * @sk: connection