]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mwifiex: vendor_ie length check for parse WMM IEs
authorKarthik D A <karthida@marvell.com>
Wed, 28 Sep 2016 12:48:24 +0000 (18:18 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 9 Nov 2016 01:33:26 +0000 (03:33 +0200)
commit113630b581d6d423998d2113a8e892ed6e6af6f9
tree1ac646ea49bfec790e3426429b6fa1e487bccf40
parentc44c040300d7afd79294710313a4989683e2afb1
mwifiex: vendor_ie length check for parse WMM IEs

While copying the vendor_ie obtained from the cfg80211_find_vendor_ie()
to the struct mwifiex_types_wmm_info, length/size was inappropriate.
This patch corrects the required length needed to the
mwifiex_types_wmm_info

Signed-off-by: Karthik D A <karthida@marvell.com>
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/uap_cmd.c