[PATCH] Kernel panic in hostap_pci

Jouni Malinen jkmaline at cc.hut.fi
Mon Aug 4 00:55:13 EDT 2003


On Sun, Aug 03, 2003 at 11:48:58PM -0400, Pavel Roskin wrote:

> > prism2_srec -g wlan0 ak010104.hex
> > prism2_srec -r wlan0 rf010704.hex

> But wouldn't it be nice to do it in one command?  Maybe prism2_srec could
> interpret "-g" like "-r" for STA firmware?

What's the benefit of doing this in one command? Those images cannot be
merged in the same way as in non-volatile download of PRI and STA
firmwares. I will not change the device driver for this and even
modifying prism2_srec to perform two download ioctl()s sounds
unneccessary.

If you need one command, what about:

#!/bin/sh
prism2_srec -g $1 $2 &&
prism2_srec -r $1 $3

;-)

-- 
Jouni Malinen                                            PGP id EFC895FA



More information about the HostAP mailing list