Stephane Davy wrote: > Hi, > > I am a researcher master student . > I would like to improve my skills in the understanding of the Linux > kernel and the development of drivers. > > I have the wireless card with the pci-id: 14e4:4315 . > I saw, that there is, yet, no support for this card in the BCM43xx project. > > I would like to learn how to develop drivers buy developing for my > wireless card.
Reading the book that was suggested would be a good start; however, do not start developing a driver on your own. The necessary code to support the LP- and N-PHY devices are to be integrated into the existing b43 driver. The process will be to take the specifications at http://bcm-v4.sipsolutions.net/802.11, and convert them into code following the existing code structure of b43. If you think you can do this, you should coordinate with Michael Buesch, who is the maintainer for the driver. Larry _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
