commit | ef09396ef622572c604d4977e76f6151ef68ed21 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Fri Sep 26 16:40:28 2014 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Sep 30 13:17:38 2014 -0400 |
tree | 3b4d123539b4446455112e4e74b21daa590db100 | |
parent | 557f933113a42a48ec617b81b5ea53fd7202b1ed [diff] |
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 <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>