diff options
| author | Stephen Hemminger <shemminger@osdl.org> | 2006-05-25 15:08:30 -0700 | 
|---|---|---|
| committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-17 21:26:00 -0700 | 
| commit | aecbd4e45c2e469e0452ffb2c0b0d881e2815bb8 (patch) | |
| tree | 4e5a1e9e2625287acfcb27e693c634700bf57611 /net/llc | |
| parent | 17f3ae08b6e7fd778371f2cafbd1c988a67ee343 (diff) | |
| download | linux-aecbd4e45c2e469e0452ffb2c0b0d881e2815bb8.tar.bz2 | |
[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.c | 2 | 
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 @@  #include <net/llc_c_st.h>  #include <net/tcp_states.h> -u8 llc_mac_null_var[IFHWADDRLEN]; -  /**   *	llc_build_and_send_pkt - Connection data sending for upper layers.   *	@sk: connection  |