Currently the internal WIFI interface of SL6000 uses p80211 driver which is loaded by prism2_usb. We have our own driver for the WIFI interface. What would be the easiest way to load that driver instead of p80211. Any help would be greatly appreciated.
In a _big_ linux system you would add it to /etc/modules, but I don't see that on my SL-6000.
So for testing purposes, you can unload the p80211 module manually with 'modprobe -r' and then insert your driver with 'modprobe <module name>'
I suspect that it is going to be more complicated that this, because the kernel will have to be rebuilt to understand how to utilize your module/driver.
I hope this helps,
Craig...