Re: [PATCH] 2.4.4-ac11 aironet fixes

2001-05-19 Thread Jeff Garzik
Patch looks generally ok. Comments: * you forgot to cc Elmer Joandi, the maintainer, who wakes up every now and then :) * When is aironet4500_card version string printed, for the modular case? * did you actually trace the code paths to mark sure code marked __init was never called by the pcmcia h

[PATCH] 2.4.4-ac11 aironet fixes

2001-05-19 Thread Andrzej Krzysztofowicz
Hi, The following patch fixes aironet drivers. It contains - fixed Config.in to disable non-working configurations (PNP without isapnp, built-in ISA or I365) - marked __init/__devinit/__devinitdata some initial code/variables - disable (#if 0) currently unused function (awc4500_pnp_hw_reset) -