aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sis
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/sis')
-rw-r--r--drivers/net/ethernet/sis/sis900.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sis/sis900.h b/drivers/net/ethernet/sis/sis900.h
index 150511a922ef..1341f33e6084 100644
--- a/drivers/net/ethernet/sis/sis900.h
+++ b/drivers/net/ethernet/sis/sis900.h
@@ -205,7 +205,7 @@ enum sis900_tx_buffer_status {
205 EXCCOLL = 0x00100000, COLCNT = 0x000F0000 205 EXCCOLL = 0x00100000, COLCNT = 0x000F0000
206}; 206};
207 207
208enum sis900_rx_bufer_status { 208enum sis900_rx_buffer_status {
209 OVERRUN = 0x02000000, DEST = 0x00800000, BCAST = 0x01800000, 209 OVERRUN = 0x02000000, DEST = 0x00800000, BCAST = 0x01800000,
210 MCAST = 0x01000000, UNIMATCH = 0x00800000, TOOLONG = 0x00400000, 210 MCAST = 0x01000000, UNIMATCH = 0x00800000, TOOLONG = 0x00400000,
211 RUNT = 0x00200000, RXISERR = 0x00100000, CRCERR = 0x00080000, 211 RUNT = 0x00200000, RXISERR = 0x00100000, CRCERR = 0x00080000,