aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/phy_g.c
Commit message (Expand)AuthorAgeFilesLines
* b43: rename b43_wldev's field with ssb_device to sdevRafał Miłecki2011-05-161-24/+24
* tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* b43: silence most sparse warningsJohn W. Linville2010-07-211-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* b43: Use a threaded IRQ handlerMichael Buesch2009-09-081-7/+0
* b43: Refactor and update antenna diversity for A/G-PHYGábor Stefanik2009-08-311-32/+21
* b43: Implement antenna diversity support for LP-PHYGábor Stefanik2009-08-281-1/+1
* b43: Update dummy transmission to match V4 specsGábor Stefanik2009-08-201-3/+3
* rfkill: rewriteJohannes Berg2009-06-031-2/+2
* b43: checkpatch.pl cleanupsJohn Daiker2009-02-271-4/+4
* b43: Remove bogus integer truncation warningsMichael Buesch2009-02-271-1/+1
* b43: Convert usage of b43_radio_maskset()Michael Buesch2009-02-271-21/+9
* b43: Convert usage of b43_radio_mask()Michael Buesch2009-02-271-11/+5
* b43: Convert usage of b43_radio_set()Michael Buesch2009-02-271-25/+13
* b43: Convert usage of b43_phy_maskset()Michael Buesch2009-02-271-159/+69
* b43: Convert usage of b43_phy_mask()Michael Buesch2009-02-271-80/+39
* b43: Convert usage of b43_phy_set()Michael Buesch2009-02-271-112/+58
* b43: Fix phy_g.c compiler warningMichael Buesch2009-01-291-0/+3
* drivers/net/wireless/b43: fix sparse warnings: make symbols staticHannes Eder2008-12-261-10/+10
* b43: Fix some MAC lockingMichael Buesch2008-12-191-2/+6
* b43 G-PHY: Remove mmiowb()Michael Buesch2008-09-111-1/+0
* b43: Move Analog switching into phy codeMichael Buesch2008-09-081-0/+1
* b43: Split PHY alloc and initMichael Buesch2008-09-051-33/+63
* b43: Don't use memcpy for overlapping areasMichael Buesch2008-09-051-3/+4
* b43: Rewrite TX power adjustmentMichael Buesch2008-08-291-98/+120
* b43: Implement dynamic PHY APIMichael Buesch2008-08-291-0/+3229