]> git.baikalelectronics.ru Git - kernel.git/commit
wlcore: add space for private area when allocating fw_status
authorLuciano Coelho <coelho@ti.com>
Thu, 10 May 2012 09:14:00 +0000 (12:14 +0300)
committerLuciano Coelho <coelho@ti.com>
Tue, 5 Jun 2012 12:57:32 +0000 (15:57 +0300)
commit828315839dc5d3bb8633d2dccc3bb5c1e4b4efe3
tree8a4dc1415ef32dc09336b5514181e2fd019a4226
parent291f05c1ed2fc369ccd37d9f7afcfe8ecb7ff687
wlcore: add space for private area when allocating fw_status

When allocating the fw_status structure, the space for the
lower-driver private area was missing.  This was causing an illegal
write outside the allocated area, which was causing random oopses
around the kernel.

Signed-off-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Arik Nemtsov <arik@wizery.com>
drivers/net/wireless/ti/wlcore/main.c