Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - USB wifi driver issue: (2 Items)
   
USB wifi driver issue  
Hi,

 

I have ported iMx51 BSP to the evaluation board.

And also I have a USB Wifi driver which am porting it to the iMx51 BSP.

 

I am able to execute the driver but the ifp->if_init function is not getting
called.

After the sample_attach function the io-pkt should call sample_init
function, but the io-pkt is not calling.

 

Sample_init function is being updated in the ifp structure and also the
registration functions if_attach and ether_ifattach is getting called.

 

Could anyone tell me why the sample_init function is not getting called.

 

 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Re: USB wifi driver issue  
The init func isn't called until something that changes
state occurs.  Try giving it an address:

# ifconfig kishore0 192.168.1.1

Regards,

-seanb

On Tue, Sep 27, 2011 at 10:46:24AM -0400, kishore s wrote:
> Hi,
> 
>  
> 
> I have ported iMx51 BSP to the evaluation board.
> 
> And also I have a USB Wifi driver which am porting it to the iMx51 BSP.
> 
>  
> 
> I am able to execute the driver but the ifp->if_init function is not getting
> called.
> 
> After the sample_attach function the io-pkt should call sample_init
> function, but the io-pkt is not calling.
> 
>  
> 
> Sample_init function is being updated in the ifp structure and also the
> registration functions if_attach and ether_ifattach is getting called.
> 
>  
> 
> Could anyone tell me why the sample_init function is not getting called.
> 
>  
> 
>  
> 
> 
> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
> 
> 
> 
> 
> 
> _______________________________________________
> 
> Networking Drivers
> http://community.qnx.com/sf/go/post89089
>