commit | 1d8f5c1385402552f29143a4793875393a360038 | [log] [tgz] |
---|---|---|
author | chunfan chen <jeffc@marvell.com> | Wed Dec 16 04:21:42 2015 -0800 |
committer | Kalle Valo <kvalo@codeaurora.org> | Wed Dec 30 17:31:16 2015 +0200 |
tree | 4122d995f1f82e6c31be25c7fd5b84cb50319b43 | |
parent | b68d0ae7e58624c33f2eddab471fee55db27dbf9 [diff] |
mwifiex: fix potential integer truncation At some places, ie length is truncated from u16 to u8 while storing it to driver's internal variable. This patch fixes the problem. Signed-off-by: chunfan chen <jeffc@marvell.com> Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>