wireless: iwlwifi3945/4965 - fix incorrect counting of memory
authorCyrill Gorcunov <gorcunov@gmail.com>
Sat, 26 Jan 2008 16:09:36 +0000 (19:09 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Feb 2008 03:26:49 +0000 (19:26 -0800)
This patch does fix incorrect counting of memory allocated by kmalloc.
It seems that could lead to allocated memory overrun and corrupt
nearlaid memory area.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Acked-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found