]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/staging/vt6656/tether.h
staging: vt6656: replace IS_ETH_ADDRESS_EQUAL with compare_ether_addr
[net-next-2.6.git] / drivers / staging / vt6656 / tether.h
index f37dc82be8f9fe9d184f30ddb8e427ee0a4e0238..505cedf0207cc3b0eb81570d68a1f373e8610c73 100644 (file)
@@ -204,12 +204,6 @@ S802_11Header, *PS802_11Header;
     (*(PWORD)((PBYTE)(pbyEtherAddr) + 4) == 0)      \
 )
 
-#define IS_ETH_ADDRESS_EQUAL(pbyAddr1, pbyAddr2) (  \
-    (*(PDWORD)(pbyAddr1) == *(PDWORD)(pbyAddr2)) && \
-    (*(PWORD)((PBYTE)(pbyAddr1) + 4) ==             \
-    *(PWORD)((PBYTE)(pbyAddr2) + 4))                \
-)
-
 /*---------------------  Export Classes  ----------------------------*/
 
 /*---------------------  Export Variables  --------------------------*/