From: Larry Finger Date: Fri, 26 Sep 2014 21:40:28 +0000 (-0500) Subject: rtlwifi: rtl8188ee: rtl8723ae: rtl8821ae: Initialize some variables X-Git-Tag: fixes-against-v3.18-rc2~144^2~39^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef09396ef622572c604d4977e76f6151ef68ed21;p=pandora-kernel.git rtlwifi: rtl8188ee: rtl8723ae: rtl8821ae: Initialize some variables In a number of places, kmalloc or valloc were used to acquire memory. To ensure that these locations are correctly initialized, the calls were changed to kzalloc and vzalloc. The change fixes a problem that was causing HT operations to be cancelled. Signed-off-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed