Re: PCMCIA WLAN card initialization error

2007-02-18 Thread Timur Aydin
IRQ lines. Feb 19 09:01:40 bonsai eth2: failed to initialize firmware (err = -19) Feb 19 09:01:40 bonsai orinoco_cs: register_netdev() failed Feb 19 09:01:56 bonsai pccard: card ejected from slot 0 Timur Timur Aydin <[EMAIL PROTECTED]> writes: > Hi, > > I have a Prism based P

Adjusting destination pointer with copy_to_user

2007-02-12 Thread Timur Aydin
Hi, I am passing a packet consisting of a fixed length header and a variable length data block to a user mode application. The user mode application passes the pointer of its buffer with an ioctl call (buff_ptr). When the driver receives buff_ptr, it makes two calls to pass the packet to user mode