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
..
2011-03-28 13:05:29 -07:00
2011-03-29 14:48:19 +02:00
2011-03-30 16:53:38 -07:00
2011-03-23 22:16:41 +01:00
2011-03-28 07:42:58 -07:00
2011-04-13 12:20:05 -03:00
2011-03-29 09:45:34 -07:00
2011-03-30 17:14:33 -07:00
2011-03-23 22:16:32 +01:00
2011-03-16 17:28:10 -07:00
2011-03-22 17:44:12 -07:00
2011-03-27 20:58:56 -07:00
2011-03-29 18:19:06 +02:00
2011-03-21 10:05:22 -07:00
2011-03-22 17:44:15 -07:00
2011-03-29 14:50:42 +02:00
2011-03-24 17:27:20 -07:00
2011-03-22 17:43:59 -07:00
2011-03-29 14:48:19 +02:00
2011-03-18 17:15:11 -07:00
2011-03-23 10:41:52 +01:00
2011-03-26 19:49:54 +01:00
2011-03-17 14:05:34 +01:00
2011-03-25 21:06:37 -07:00
2011-03-29 14:48:19 +02:00
2011-03-20 18:14:55 -07:00
2011-03-25 21:00:29 -07:00
2011-03-22 17:43:59 -07:00
2011-03-28 17:53:29 -07:00
2011-03-24 18:58:55 -07:00
2011-03-28 16:24:29 -07:00
2011-03-24 10:16:26 -07:00
2011-03-29 12:09:30 -07:00
2011-03-29 14:48:19 +02:00
2011-03-29 12:09:30 -07:00
2011-03-25 17:41:20 +02:00
2011-05-10 15:54:46 -04:00
2011-03-23 14:55:56 -06:00
2011-03-29 14:48:08 +02:00
2011-03-29 14:48:19 +02:00
2011-03-29 14:48:19 +02:00
2011-03-29 14:48:19 +02:00
2011-03-22 17:44:16 -07:00
2011-03-29 14:48:19 +02:00
2011-03-22 17:44:17 -07:00
2011-03-23 19:46:44 -07:00
2011-03-27 11:47:25 +01:00
2011-03-29 14:48:19 +02:00
2011-03-25 17:47:04 -07:00
2011-03-25 21:06:13 -07:00
2011-03-29 14:48:13 +02:00
2011-03-24 09:30:20 -07:00
2011-05-02 14:49:14 -04:00
2011-03-29 14:48:19 +02:00
2011-03-25 21:06:13 -07:00
2011-03-29 14:48:19 +02:00
2011-03-29 14:48:19 +02:00
2011-03-24 09:50:13 -07:00
2011-03-28 19:33:04 +02:00
2011-03-29 14:48:19 +02:00
2011-03-29 11:56:22 +00:00
2011-03-29 10:01:05 -04:00