diff options
| author | Codrin Ciubotariu <[email protected]> | 2015-07-24 16:55:24 +0300 |
|---|---|---|
| committer | York Sun <[email protected]> | 2015-09-21 08:29:46 -0700 |
| commit | 440873dfc44eec4f92c482068c8be4c9f900032f (patch) | |
| tree | 11bf69790f91adb7e95aadfd03b885a85178af47 /include | |
| parent | fe91095b799d21428bd39392650ca0b06789776e (diff) | |
drivers/net/vsc9953: Fix missing reserved register
The VSC9953 DS reserves a register between vlan_mask and anag_efil
registers.
Signed-off-by: Johnson Leung <[email protected]>
Signed-off-by: Codrin Ciubotariu <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Reviewed-by: York Sun <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/vsc9953.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vsc9953.h b/include/vsc9953.h index 6ae5fec1cba..8ff02c15aa7 100644 --- a/include/vsc9953.h +++ b/include/vsc9953.h @@ -143,6 +143,7 @@ struct vsc9953_ana_ana_tables { struct vsc9953_ana_ana { u32 adv_learn; u32 vlan_mask; + u32 reserved; u32 anag_efil; u32 an_events; u32 storm_limit_burst; |
