summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/phy.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-05b43: Move remaining code from phy.c to phy_a.cMichael Buesch1-489/+0
2008-08-29b43: Implement dynamic PHY APIMichael Buesch1-3419/+2
2008-05-14b43: use the bitrev helpers rather than rolling a private oneHarvey Harrison1-21/+6
2008-05-14b43: replace limit_value macro with clamp_valHarvey Harrison1-12/+12
2008-05-07b43: Remove some dead codeMichael Buesch1-121/+0
2008-05-07b43: Rewrite LO calibration algorithmMichael Buesch1-90/+33
2008-04-23b43: Fix HostFlags data typesMichael Buesch1-1/+1
2008-03-13b43: phy.c fix typo in register writeHarvey Harrison1-1/+1
2008-01-28b43: Add NPHY channel switch codeMichael Buesch1-8/+20
2008-01-28b43: Add NPHY radio init codeMichael Buesch1-8/+73
2008-01-28b43: Remove the PHY spinlockMichael Buesch1-36/+24
2008-01-28b43: Fix PHY register routingMichael Buesch1-62/+89
2008-01-28b43: Add N-PHY register definitionsMichael Buesch1-10/+14
2008-01-28b43: Convert to use of the new SPROM structureLarry Finger1-30/+29
2008-01-28b43/b43legacy: fix my copyright noticesStefano Brivio1-1/+1
2008-01-28b43: rewrite A PHY initializationStefano Brivio1-495/+118
2007-11-29drivers/net/wireless: Add missing "space"Joe Perches1-1/+1
2007-10-13b43 wireless needs <linux/io.h>Geert Uytterhoeven1-0/+1
2007-10-10[B43]: RF-kill supportMichael Buesch1-4/+9
2007-10-10[B43]: Support for turning the radio off from software.Michael Buesch1-12/+36
2007-10-10[B43]: add mac80211-based driver for modern BCM43xx devicesMichael Buesch1-0/+4351