Commit fdec44c7 authored by Randy Dunlap's avatar Randy Dunlap Committed by Jeff Garzik

[PATCH] pcnet32: use unsigned 1-bit fields

parent efc4f9b4
......@@ -359,7 +359,7 @@ struct pcnet32_private {
struct net_device_stats stats;
char tx_full;
int options;
int shared_irq:1, /* shared irq possible */
unsigned int shared_irq:1, /* shared irq possible */
dxsuflo:1, /* disable transmit stop on uflo */
mii:1; /* mii port available */
struct net_device *next;
......
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