From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 5 Nov 2008 07:44:58 +0100 Subject: [U-Boot] mini-pci wireless driver In-Reply-To: <49EF8B38CAABF74C8FFEA1405FDFBE923CCF23@suzexch01.taihootech.com> References: <49EF8B38CAABF74C8FFEA1405FDFBE923CCF23@suzexch01.taihootech.com> Message-ID: <20081105064458.GA5323@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 14:41 Tue 04 Nov , Lance Zhang wrote: > Hi, > > > > I am going to write a mini-pci driver (GIGABYTE MiniPCI Wireless > Adapter: GN-WI01GS) for u-boot(sc520), > > Currently, I have Linux driver source code (downloaded from > http://web.ralinktech.com/ralink/Home/Support/Linux.html RT61 > .1.0.1.tar.bz2> ), > > Anyone knows how I can port the Linux driver to u-boot driver > > > > Appreciate it if someone can give me some links/hints... > > I've work on a similar port for on other Ralink Chip I will the common wireless port I've separate the driver in 2 part: 1) the net interface as any other network driver 2) a wireless tools implementation (generic) currently OPEN/WEP and hardware WPA only 3) a wireless implementation for the chip Best Regards, J.