diff options
Diffstat (limited to 'drivers/net/au1000_eth.h')
| -rw-r--r-- | drivers/net/au1000_eth.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/net/au1000_eth.h b/drivers/net/au1000_eth.h index 4b638df22240..6229c774552c 100644 --- a/drivers/net/au1000_eth.h +++ b/drivers/net/au1000_eth.h | |||
| @@ -100,7 +100,8 @@ struct au1000_private { | |||
| 100 | int mac_id; | 100 | int mac_id; |
| 101 | 101 | ||
| 102 | int mac_enabled; /* whether MAC is currently enabled and running | 102 | int mac_enabled; /* whether MAC is currently enabled and running |
| 103 | (req. for mdio) */ | 103 | * (req. for mdio) |
| 104 | */ | ||
| 104 | 105 | ||
| 105 | int old_link; /* used by au1000_adjust_link */ | 106 | int old_link; /* used by au1000_adjust_link */ |
| 106 | int old_speed; | 107 | int old_speed; |
| @@ -119,7 +120,8 @@ struct au1000_private { | |||
| 119 | int phy_irq; | 120 | int phy_irq; |
| 120 | 121 | ||
| 121 | /* These variables are just for quick access | 122 | /* These variables are just for quick access |
| 122 | * to certain regs addresses. */ | 123 | * to certain regs addresses. |
| 124 | */ | ||
| 123 | struct mac_reg *mac; /* mac registers */ | 125 | struct mac_reg *mac; /* mac registers */ |
| 124 | u32 *enable; /* address of MAC Enable Register */ | 126 | u32 *enable; /* address of MAC Enable Register */ |
| 125 | 127 | ||
