Skip to content

Commit

Permalink
rtl8712: remove unused definitions from ethernet.h
Browse files Browse the repository at this point in the history
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Przemo Firszt authored and Greg Kroah-Hartman committed Jan 12, 2013
1 parent 9e01b9f commit 7414e82
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/staging/rtl8712/ethernet.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,8 @@
#ifndef __INC_ETHERNET_H
#define __INC_ETHERNET_H

#define ETHERNET_ADDRESS_LENGTH 6 /*!< Ethernet Address Length*/
#define ETHERNET_HEADER_SIZE 14 /*!< Ethernet Header Length*/
#define LLC_HEADER_SIZE 6 /*!< LLC Header Length*/
#define TYPE_LENGTH_FIELD_SIZE 2 /*!< Type/Length Size*/
#define MINIMUM_ETHERNET_PACKET_SIZE 60 /*!< Min Ethernet Packet Size*/
#define MAXIMUM_ETHERNET_PACKET_SIZE 1514 /*!< Max Ethernet Packet Size*/

/*!< Is Multicast Address? */
#define RT_ETH_IS_MULTICAST(_pAddr) ((((u8 *)(_pAddr))[0]&0x01) != 0)

#endif /* #ifndef __INC_ETHERNET_H */

0 comments on commit 7414e82

Please sign in to comment.