aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/phy_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-24b43: return true / false instead of numbers in functions which return bool valueZhao, Gang1-2/+2
2012-08-06b43: add helper waiting for given value in radio regRafał Miłecki1-0/+15
2012-08-06b43: rename host flags definesRafał Miłecki1-1/+1
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-4/+4
2011-08-22b43: make forcing clock common (HT-PHY also uses that)Rafał Miłecki1-0/+32
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-07-08b43: LCN-PHY: include new PHY in common codeRafał Miłecki1-0/+6
2011-07-07Update my e-mail addressMichael Büsch1-1/+1
2011-06-17b43: HT-PHY: add place for writing HT PHY supportRafał Miłecki1-0/+6
2011-06-01b43: bus: abstract board infoRafał Miłecki1-2/+2
2011-06-01b43: bus: abstract 80211 core infoRafał Miłecki1-2/+2
2011-05-16b43: rename b43_wldev's field with ssb_device to sdevRafał Miłecki1-4/+4
2010-12-08b43: rename config option for N-PHY, drop BROKENRafał Miłecki1-1/+1
2010-12-08b43: set TMS to work with current band width for N-PHYRafał Miłecki1-0/+7
2010-12-08b43: flush PHY writes when neededRafał Miłecki1-0/+5
2010-11-22b43: Use static constJoe Perches1-3/+5
2010-10-06b43: define B43_SHM_SH_CHAN_40MHZRafał Miłecki1-2/+4
2010-01-25b43: update cordic code to match current specsRafał Miłecki1-6/+13
2010-01-25b43: make cordic common (LP-PHY and N-PHY need it)Rafał Miłecki1-0/+38
2009-09-08b43: Use a threaded IRQ handlerMichael Buesch1-1/+0
2009-08-28b43: Fix and update LP-PHY codeGábor Stefanik1-6/+21
2009-08-04b43: implement baseband init for LP-PHY <= rev1Gábor Stefanik1-0/+7
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez1-1/+1
2009-06-03rfkill: rewriteJohannes Berg1-11/+6
2009-04-16b43: Do radio lock assertion in softwareMichael Buesch1-4/+12
2008-12-19b43: Suspend MAC while killing the radioMichael Buesch1-0/+2
2008-12-19b43: Fix some MAC lockingMichael Buesch1-0/+16
2008-09-15mac80211: use nl80211 interface typesJohannes Berg1-2/+2
2008-09-08b43: Move Analog switching into phy codeMichael Buesch1-0/+5
2008-09-05b43: Split PHY alloc and initMichael Buesch1-1/+7
2008-09-05b43: Add LP-PHY templateMichael Buesch1-1/+4
2008-09-05b43: Move code from nphy.* to phy_n.*Michael Buesch1-1/+1
2008-08-29b43: Rewrite TX power adjustmentMichael Buesch1-0/+91
2008-08-29b43: Implement dynamic PHY APIMichael Buesch1-0/+276