]> git.baikalelectronics.ru Git - kernel.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)
commit370389c77838b91c6cb289d071e200d30d22fcf3
tree1ac646ea49bfec790e3426429b6fa1e487bccf40
parent4c6fd8f91420d792fa12edf79001de452c4b6641
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