diff options
Diffstat (limited to 'drivers/block/aoe/aoecmd.c')
-rw-r--r-- | drivers/block/aoe/aoecmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/aoe/aoecmd.c b/drivers/block/aoe/aoecmd.c index 150eb78cd5a9..34b8c8c13f9a 100644 --- a/drivers/block/aoe/aoecmd.c +++ b/drivers/block/aoe/aoecmd.c | |||
@@ -647,7 +647,7 @@ aoecmd_cfg_rsp(struct sk_buff *skb) | |||
647 | ulong flags, sysminor, aoemajor; | 647 | ulong flags, sysminor, aoemajor; |
648 | u16 bufcnt; | 648 | u16 bufcnt; |
649 | struct sk_buff *sl; | 649 | struct sk_buff *sl; |
650 | enum { MAXFRAMES = 8 }; | 650 | enum { MAXFRAMES = 16 }; |
651 | 651 | ||
652 | h = (struct aoe_hdr *) skb->mac.raw; | 652 | h = (struct aoe_hdr *) skb->mac.raw; |
653 | ch = (struct aoe_cfghdr *) (h+1); | 653 | ch = (struct aoe_cfghdr *) (h+1); |