staging: vt6656: removed unused IS_NULL_ADDRESS definition

Removed custom definition not used elsewhere, is_zero_ether_addr()
is already provided if required.

Signed-off-by: Andres More <more.andres@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Andres More 2010-06-25 19:48:10 -03:00 committed by Greg Kroah-Hartman
parent f0aa2a1739
commit 3adb149d2b
1 changed files with 0 additions and 6 deletions

View File

@ -197,12 +197,6 @@ typedef struct tagS802_11Header {
S802_11Header, *PS802_11Header;
/*--------------------- Export Macros ------------------------------*/
// Frame type macro
#define IS_NULL_ADDRESS(pbyEtherAddr) ( \
(*(PDWORD)(pbyEtherAddr) == 0L) && \
(*(PWORD)((PBYTE)(pbyEtherAddr) + 4) == 0) \
)
/*--------------------- Export Classes ----------------------------*/