Why won the linux-wlan drivers compile on my RedHat system?
Most probably you will encounter the following error on RedHat systems: pcmcia/config.h: No such file or directory. If you do, you’ll need to get the source pcmcia-cs (if you haven’t already). Once you have the source, you need to run the configure script for it. Directions on this are in the root directory of the pcmcia package. It will ask a question from where to get the configuration. It can deduce the settings from the running kernel/pcmcia modules. Once you have run the configure the config.h file that the WLAN drivers are looking for will be there and the compilation should work without errors.