Skip to content

Commit

Permalink
staging: vt6656: removed unused IS_NULL_ADDRESS definition
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andres More authored and Greg Kroah-Hartman committed Jul 8, 2010
1 parent f0aa2a1 commit 3adb149
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/staging/vt6656/tether.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ----------------------------*/

Expand Down

0 comments on commit 3adb149

Please sign in to comment.