]> bbs.cooldavid.org Git - net-next-2.6.git/commit
p54: fix a fw crash caused by statistic feedback
authorChristian Lamparter <chunkeey@web.de>
Thu, 16 Jul 2009 18:05:41 +0000 (20:05 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 24 Jul 2009 19:05:22 +0000 (15:05 -0400)
commit436b37c59416d0d8e21430f7980857fc932eb1e6
tree3c603e2495571b2e51f7679863a22c9f507a231c
parent46df10ae44b4488176bae16da0b31541eb0f8f48
p54: fix a fw crash caused by statistic feedback

This patch fixes a bug which crawled into the tree with the split-up
changes.

The memory-manager wasn't aware of the statistic feedback
extra_len space requirements and happily placed following frames
into the allegedly free spots.

Thanks fly out to Larry Finger for taking the time to
test all (permutations of) patches and theories all day long.

Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Christian Lamparter <chunkeey@web.de>
Tested-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/p54/fwio.c