We are using SR5 wlan module in our project. We have downloaded the driver source from sourceforge.net version madwifi-0.9.2.tar.bz2. We successfully compiled the source and installed for X86 platform with out errors. The SR5 module is communicating with Acess point and peers.
Now our requirement is the SR5 WLAN module has to work for PowerPC platform. The same source code is used for PowerPC. The source code was successfully compiled for the powerPC and generated the ".ko" files. After that when we are trying to install the "ath_pci.ko" module, it is giving the following error messages
unable to attach hardware : Hardware revision not supported (HAL status 13)
What could be the reason? Please provide your comments/suggestions to avoid the problems. Your help is highly appreciated.