]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/prism3-support/files/hostap-fw-load
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / prism3-support / files / hostap-fw-load
1 #!/bin/sh
2                                                        
3 # Special case for prism3 cards needing firmware upload
4 # Add more known manfids, if necessary          
5                                                        
6 if [ `cardctl info|grep "d601,0010\|d601,0101"` ]; then
7   iwpriv "$IFACE" reset 1                             
8   hostap_fw_load "$IFACE"  
9 fi                      
10   
11 # lets hope that run-parts obeys the order :D
12