summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/phy_common.h
Commit message (Expand)AuthorAgeFilesLines
* b43: AC-PHY: prepare place for developing new PHY supportRafał Miłecki2015-01-291-0/+2
* b43: PHY: drop channel_type (we can get this info from chandef)Rafał Miłecki2014-06-191-3/+0Star
* b43: PHY: drop is_40mhz (get width info from chandef)Rafał Miłecki2014-06-191-3/+2Star
* b43: PHY: drop own channel_freq (get it from chandef when needed)Rafał Miłecki2014-06-191-1/+0Star
* b43: store current channel using struct cfg80211_chan_defRafał Miłecki2014-06-191-0/+1
* b43: drop B43_DEFAULT_CHANNELRafał Miłecki2014-06-191-4/+0Star
* b43: PHY: allow init optimizations by tracking PHY stateRafał Miłecki2014-05-291-0/+3
* b43: xmit: set 5 GHz bit depending on current bandRafał Miłecki2014-05-201-1/+1
* b43: complete PHY resetRafał Miłecki2014-05-191-0/+1
* b43: move PHY reset code into PHY specific fileRafał Miłecki2014-05-191-0/+2
* b43: add helper waiting for given value in radio regRafał Miłecki2012-08-061-0/+6
* b43: make forcing clock common (HT-PHY also uses that)Rafał Miłecki2011-08-221-0/+2
* b43: LCN-PHY: include new PHY in common codeRafał Miłecki2011-07-081-0/+3
* b43: HT-PHY: add place for writing HT PHY supportRafał Miłecki2011-06-171-0/+3
* b43: set TMS to work with current band width for N-PHYRafał Miłecki2010-12-081-0/+2
* b43: flush PHY writes when neededRafał Miłecki2010-12-081-0/+6
* b43: N-PHY: replace N-specific radio_chanspec with common codeRafał Miłecki2010-10-151-0/+1
* b43: N-PHY: store info about current channel's typeRafał Miłecki2010-10-111-1/+3
* b43: update cordic code to match current specsRafał Miłecki2010-01-251-0/+4
* b43: make cordic common (LP-PHY and N-PHY need it)Rafał Miłecki2010-01-251-0/+3
* b43: check band widthRafał Miłecki2010-01-221-0/+3
* b43: Use a threaded IRQ handlerMichael Buesch2009-09-081-2/+1Star
* b43: Implement antenna diversity support for LP-PHYGábor Stefanik2009-08-281-5/+5
* b43: Fix and update LP-PHY codeGábor Stefanik2009-08-281-0/+3
* b43: implement baseband init for LP-PHY <= rev1Gábor Stefanik2009-08-041-0/+5
* b43/legacy: port to cfg80211 rfkillJohannes Berg2009-06-101-1/+1
* rfkill: rewriteJohannes Berg2009-06-031-2/+2
* b43: Do radio lock assertion in softwareMichael Buesch2009-04-161-1/+3
* b43: Move Analog switching into phy codeMichael Buesch2008-09-081-0/+12
* b43: Split PHY alloc and initMichael Buesch2008-09-051-6/+23
* b43: Add LP-PHY templateMichael Buesch2008-09-051-0/+3
* b43: Rewrite TX power adjustmentMichael Buesch2008-08-291-3/+72
* b43: Implement dynamic PHY APIMichael Buesch2008-08-291-0/+312