Skip to content

Commit

Permalink
rtlwifi: Remove unused ETH_ADDR_LEN defines
Browse files Browse the repository at this point in the history
Just neatening.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Joe Perches authored and David S. Miller committed Mar 19, 2012
1 parent 449e39d commit fb04121
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/net/wireless/rtlwifi/rtl8192ce/reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,6 @@

#define USB_AGG_EN BIT(3)

#define MAC_ADDR_LEN 6
#define LAST_ENTRY_OF_TX_PKT_BUFFER 255

#define POLLING_LLT_THRESHOLD 20
Expand Down
1 change: 0 additions & 1 deletion drivers/net/wireless/rtlwifi/rtl8192de/reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,6 @@
#define SCR_RXBCUSEDK BIT(7)

/* General definitions */
#define MAC_ADDR_LEN 6
#define LAST_ENTRY_OF_TX_PKT_BUFFER 255
#define LAST_ENTRY_OF_TX_PKT_BUFFER_DUAL_MAC 127

Expand Down

0 comments on commit fb04121

Please sign in to comment.