Files
android_kernel_xiaomi_sm8450/drivers/net/wireless/rtlwifi
Larry Finger c84aa5af99 rtlwifi: Move 2 large arrays off stack
In driver rtlwifi, efuse_read() places two relatively large arrays on the
stack - a 1D u8 array of size 128, and a 2D array of u16 with 128 * 4 elements.
With driver rtl8192de, the sizes will be 256 and 256 * 4 respectively. As that
will make the 2D array be 2048 bytes, I have changed the code to use kmalloc to
allocate the space.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-05-10 15:54:46 -04:00
..
2010-12-15 16:17:49 -05:00
2011-02-11 16:16:37 -05:00
2011-05-10 15:54:46 -04:00
2011-05-02 14:49:19 -04:00