diff options
Diffstat (limited to 'include/linux/mv643xx_eth.h')
-rw-r--r-- | include/linux/mv643xx_eth.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/mv643xx_eth.h b/include/linux/mv643xx_eth.h index 12078577aef6..eb78b00edcde 100644 --- a/include/linux/mv643xx_eth.h +++ b/include/linux/mv643xx_eth.h | |||
@@ -49,10 +49,10 @@ struct mv643xx_eth_platform_data { | |||
49 | int duplex; | 49 | int duplex; |
50 | 50 | ||
51 | /* | 51 | /* |
52 | * Which RX/TX queues to use. | 52 | * How many RX/TX queues to use. |
53 | */ | 53 | */ |
54 | int rx_queue_mask; | 54 | int rx_queue_count; |
55 | int tx_queue_mask; | 55 | int tx_queue_count; |
56 | 56 | ||
57 | /* | 57 | /* |
58 | * Override default RX/TX queue sizes if nonzero. | 58 | * Override default RX/TX queue sizes if nonzero. |