p54: move p54_vdcf_init to the right place.
authorChristian Lamparter <chunkeey@web.de>
Wed, 13 Aug 2008 21:41:45 +0000 (23:41 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 18 Aug 2008 15:05:14 +0000 (11:05 -0400)
commit69bbc7dc9f59fedb6067c7f9f9f9bc1da27407ad
treea5d0d62c3f22509378ceb95c7f834c1d5aaf4964
parent6f14792610905fe006c0c3c4d9e1478fb6be7cec
p54: move p54_vdcf_init to the right place.

priv->tx_hdr_len is set by the driver _after_ it called p54_init_common.
While this isn't much a problem for any PCI or ISL3887 cards/sticks,
because they don't need any extra header and therefore tx_hdr_len is
zero for them...

Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/p54/p54common.c