Files
linux/drivers/net/wireless
Christophe Jaillet ba852018d4 mwifiex: fix the length parameter of a memset
In 'mwifiex_get_ver_ext', we have:
   struct mwifiex_ver_ext ver_ext;

   memset(&ver_ext, 0, sizeof(struct host_cmd_ds_version_ext));

This is likely that memset'ing sizeof(struct mwifiex_ver_ext) was expected.
Remove the ambiguity by using the variable name directly instead of its
type.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2016-09-03 13:04:22 +03:00
..
2016-09-03 13:02:24 +03:00
2016-08-30 14:16:43 +03:00
2016-06-14 17:17:58 +03:00
2015-11-18 14:28:31 +02:00
2014-08-28 14:41:56 -04:00
2014-08-28 14:41:56 -04:00