From: Amitkumar Karwar Date: Thu, 17 Apr 2014 05:01:53 +0000 (-0700) Subject: mwifiex: fix IE parsing issues X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~279^2^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf831ffe4473d2e500912af20244336a1534685a;p=pandora-kernel.git mwifiex: fix IE parsing issues IE's are parsed from beacon buffer and stored locally using mwifiex_update_bss_desc_with_ie() function. Sometimes the local pointers point to the data inside IE, but while using them it is assumed that they are pointing to the IE itself. These issues are fixed in this patch. Signed-off-by: Amitkumar Karwar Signed-off-by: Avinash Patil Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed