Hi all,<br><br>I have two wireless cards (wlan0 and wlan1) and want to access them separately. I plan to keep both in adhoc mode and communicate with wlan0 and wlan1 respectively at the other end of this communication. But since I am working at the kernel level, and I want to access these devices from the dev_base list. As far as I know, dev_base saves the net_devices which are initialized at boot up time. So I want to open the device and change its configuration after the kernel has loaded. <br>
<br>Please guide and let me know if I am wrong in understanding the basics of the dev_base list.<br><br>Thanks in advance!<br>Maya<br>