Skip to content

Commit

Permalink
Remove an unused struct.
Browse files Browse the repository at this point in the history
  • Loading branch information
vhankala committed Jun 25, 2021
1 parent b18001c commit 3b78312
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions sys/dev/fdt/if_cad.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $OpenBSD: if_cad.c,v 1.2 2021/06/13 02:56:48 drahn Exp $ */
/* $OpenBSD: if_cad.c,v 1.3 2021/06/25 13:29:40 visa Exp $ */

/*
* Copyright (c) 2021 Visa Hankala
Expand Down Expand Up @@ -208,11 +208,6 @@ struct cad_desc {
#define GEM_RXD_BADFCS (1 << 13)
#define GEM_RXD_LEN_MASK 0x1fff

struct cad_txdesc {
uint32_t txd_addr;
uint32_t txd_status;
};

#define GEM_TXD_USED (1 << 31)
#define GEM_TXD_WRAP (1 << 30)
#define GEM_TXD_RLIMIT (1 << 29)
Expand Down

0 comments on commit 3b78312

Please sign in to comment.