[PATCH] bcm43xx: Fix crash on ifdown, by being careful in pio/dma freeing.
commit49f29efa7f44a79b64c7882c68e171898d0495a0
authorMichael Buesch <mbuesch@freenet.de>
Tue, 14 Mar 2006 15:05:26 +0000 (14 16:05 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 27 Mar 2006 16:19:38 +0000 (27 11:19 -0500)
treec09f7a2be4a1eaa4a9d7ab2c095633c9003dc905
parente9357c056c5e62516f0044e60591d41f00ca7cfa
[PATCH] bcm43xx: Fix crash on ifdown, by being careful in pio/dma freeing.

This bug was caused by the packing of the bcm43xx_dma and bcm43xx_pio
structures into a union.

Signed-off-by: Michael Buesch <mbuesch@freenet.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/bcm43xx/bcm43xx_dma.c
drivers/net/wireless/bcm43xx/bcm43xx_pio.c