From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Mon, 10 Nov 2008 16:54:54 +0100 Subject: [U-Boot] mini-pci wireless driver In-Reply-To: <49EF8B38CAABF74C8FFEA1405FDFBE923CD203@suzexch01.taihootech.com> References: <20081105064458.GA5323@game.jcrosoft.org> <49EF8B38CAABF74C8FFEA1405FDFBE923CD203@suzexch01.taihootech.com> Message-ID: <20081110155454.GK25307@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 13:52 Mon 10 Nov , Lance Zhang wrote: > Hi Jean, > > Do you know any common methods to port a Linux driver to a u boot driver? > Will you rewrite all the driver codes? Or just make a function mapping? > > I think it is terrible to write a wireless network card driver for uboot. > > In uboot I need to implement MLME which contains "Authenticate ,Deauthenticate,Associate,Disassociate,Reassociate,Beacon,Probe ". and in Linux driver, the source code packet contains more than 10K lines. Base on your chip you do not need it you can let the firmware do it for you. Send an e-mail to ralink, you may need to sign a NDA Best Regards, J.