staging: ozwpan: Increase farewell report size.
Farewell report size can be bigger than one byte, increase array size to accomodate maximum 32 bytes of farewell report. Signed-off-by: Rupesh Gujare <rupesh.gujare@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2dc2ee5ccd
commit
baaaef1383
|
@ -48,7 +48,7 @@ struct oz_farewell {
|
|||
struct list_head link;
|
||||
u8 ep_num;
|
||||
u8 index;
|
||||
u8 report[1];
|
||||
u8 report[32];
|
||||
u8 len;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue