Re: Prism2 firmware upload support.

2003-06-06 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Dirk-Willem van Gulik <[EMAIL PROTECTED]> writes: : > to make sure that primary firmware is compatible with the secondary : > firmware you are loading, etc. : : Aye - I've also added an ioctl to get the 3 id/major/minor/variant values : for nic/pri/sec;

Re: Prism2 firmware upload support.

2003-06-06 Thread Dirk-Willem van Gulik
On Fri, 6 Jun 2003, M. Warner Losh wrote: > I've looked into it. Primary/secondary versions aren't as interesting > as the actual product ID for determining which hex file to load. > There's also a need for getting additional data out of the current > firmware so it can be merged into the hex

Re: Prism2 firmware upload support.

2003-06-06 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Dirk-Willem van Gulik <[EMAIL PROTECTED]> writes: : Has anyone looked at the existing symbol firmware loading code in freebsd : 5.x and looked at generalizing this with some ioctl()'s for : upload/download of firmware (and propalby an extra SIOCGPRISM2INF

Prism2 firmware upload support.

2003-06-06 Thread Dirk-Willem van Gulik
After experimenting with the hostap drivers of linux (http://hostap.epitest.fi/) I've quite taken a liking of 'prism2_srec' which allows one to upload (experimental) firmware in the RAM of the prism2 card. And being able to do this form userland. Has anyone looked at the existing symbol firmware