Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353978
b: refs/heads/master
c: 7414e82
h: refs/heads/master
v: v3
  • Loading branch information
Przemo Firszt authored and Greg Kroah-Hartman committed Jan 12, 2013
1 parent 260a88e commit bc198bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9e01b9f3137b89328561efd70509af6051d903f6
refs/heads/master: 7414e8252c115f7630e348cda64e4c4a5b69c511
7 changes: 0 additions & 7 deletions trunk/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 bc198bf

Please sign in to comment.