Commit e7541f89 authored by Ben Collins's avatar Ben Collins Committed by David S. Miller

[TG3]: TG3_HW_STATUS_SIZE should be 0x50 not 0x80.

parent b85b57e3
......@@ -1528,7 +1528,7 @@ struct tg3_internal_buffer_desc {
u32 __cookie3;
};
#define TG3_HW_STATUS_SIZE 0x80
#define TG3_HW_STATUS_SIZE 0x50
struct tg3_hw_status {
u32 status;
#define SD_STATUS_UPDATED 0x00000001
......
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