aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/phy_common.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-29b43: AC-PHY: prepare place for developing new PHY supportRafał Miłecki1-0/+2
2014-06-19b43: PHY: drop channel_type (we can get this info from chandef)Rafał Miłecki1-3/+0
2014-06-19b43: PHY: drop is_40mhz (get width info from chandef)Rafał Miłecki1-3/+2
2014-06-19b43: PHY: drop own channel_freq (get it from chandef when needed)Rafał Miłecki1-1/+0
2014-06-19b43: store current channel using struct cfg80211_chan_defRafał Miłecki1-0/+1
2014-06-19b43: drop B43_DEFAULT_CHANNELRafał Miłecki1-4/+0
2014-05-29b43: PHY: allow init optimizations by tracking PHY stateRafał Miłecki1-0/+3
2014-05-20b43: xmit: set 5 GHz bit depending on current bandRafał Miłecki1-1/+1
2014-05-19b43: complete PHY resetRafał Miłecki1-0/+1
2014-05-19b43: move PHY reset code into PHY specific fileRafał Miłecki1-0/+2
2012-08-06b43: add helper waiting for given value in radio regRafał Miłecki1-0/+6
2011-08-22b43: make forcing clock common (HT-PHY also uses that)Rafał Miłecki1-0/+2
2011-07-08b43: LCN-PHY: include new PHY in common codeRafał Miłecki1-0/+3
2011-06-17b43: HT-PHY: add place for writing HT PHY supportRafał Miłecki1-0/+3
2010-12-08b43: set TMS to work with current band width for N-PHYRafał Miłecki1-0/+2
2010-12-08b43: flush PHY writes when neededRafał Miłecki1-0/+6
2010-10-15b43: N-PHY: replace N-specific radio_chanspec with common codeRafał Miłecki1-0/+1
2010-10-11b43: N-PHY: store info about current channel's typeRafał Miłecki1-1/+3
2010-01-25b43: update cordic code to match current specsRafał Miłecki1-0/+4
2010-01-25b43: make cordic common (LP-PHY and N-PHY need it)Rafał Miłecki1-0/+3
2010-01-22b43: check band widthRafał Miłecki1-0/+3
2009-09-08b43: Use a threaded IRQ handlerMichael Buesch1-2/+1
2009-08-28b43: Implement antenna diversity support for LP-PHYGábor Stefanik1-5/+5
2009-08-28b43: Fix and update LP-PHY codeGábor Stefanik1-0/+3
2009-08-04b43: implement baseband init for LP-PHY <= rev1Gábor Stefanik1-0/+5
2009-06-10b43/legacy: port to cfg80211 rfkillJohannes Berg1-1/+1
2009-06-03rfkill: rewriteJohannes Berg1-2/+2
2009-04-16b43: Do radio lock assertion in softwareMichael Buesch1-1/+3
2008-09-08b43: Move Analog switching into phy codeMichael Buesch1-0/+12
2008-09-05b43: Split PHY alloc and initMichael Buesch1-6/+23
2008-09-05b43: Add LP-PHY templateMichael Buesch1-0/+3
2008-08-29b43: Rewrite TX power adjustmentMichael Buesch1-3/+72
2008-08-29b43: Implement dynamic PHY APIMichael Buesch1-0/+312