commit | 326262307bad2391a6393bb1968ed9a9a16fc617 | [log] [tgz] |
---|---|---|
author | Eilon Greenstein <eilong@broadcom.com> | Wed Aug 13 15:51:07 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 13 16:02:34 2008 -0700 |
tree | 932131d9dd6ac1ae66c4fcd4e0b3942e49216ccd | |
parent | 3fcaf2e566b9cf8ccd16bcda3440717236de163d [diff] |
bnx2x: Memory allocation Memory allocation - The CQE ring was allocated to the max size even for a chip that does not support it. Fixed to allocate according to the chip type to save memory - The rx_page_ring was not freed on driver unload Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>