From 387983996e6a9f8ff1998c174e1de7e9ce997cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilpo=20J=C3=A4rvinen?= Date: Fri, 29 Feb 2008 11:46:17 -0800 Subject: [PATCH] --- yaml --- r: 89829 b: refs/heads/master c: 03a64c93b68e1eff299b9bbbb0d13105171cddc4 h: refs/heads/master i: 89827: 2e162b52298886dbb03b6c6e17e7cd632179c1fd v: v3 --- [refs] | 2 +- trunk/include/net/llc_if.h | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index db4e7da94d85..eb7935eea92a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a90bcbd651b453d8259243115696c11b864b30fe +refs/heads/master: 03a64c93b68e1eff299b9bbbb0d13105171cddc4 diff --git a/trunk/include/net/llc_if.h b/trunk/include/net/llc_if.h index c608812a8e89..b595a004d31b 100644 --- a/trunk/include/net/llc_if.h +++ b/trunk/include/net/llc_if.h @@ -74,11 +74,6 @@ static inline int llc_mac_null(const u8 *mac) return is_zero_ether_addr(mac); } -static inline int llc_addrany(const struct llc_addr *addr) -{ - return llc_mac_null(addr->mac) && !addr->lsap; -} - static inline int llc_mac_multicast(const u8 *mac) { return is_multicast_ether_addr(mac);