Commit 03838aec authored by Rusty Russell's avatar Rusty Russell Committed by Jeff Garzik

[PATCH] Fix incorrect but unused define in net_sk_mca.h

 From:  Jean Delvare <khali@linux-fr.org>
parent 88ea64c3
......@@ -100,7 +100,7 @@ typedef struct {
#define CSR3_ALE_HIGH 0 /* Bit 1 = 0 -> ALE asserted high */
#define CSR3_ALE_LOW 2 /* Bit 1 = 1 -> ALE asserted low */
#define CSR3_BSWAP_OFF 0 /* Bit 2 = 0 -> no byte swap */
#define CSR3_BSWAP_ON 0 /* Bit 2 = 1 -> byte swap */
#define CSR3_BSWAP_ON 4 /* Bit 2 = 1 -> byte swap */
/* LANCE structures */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment