summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/phy_common.c
Commit message (Expand)AuthorAgeFilesLines
* b43: AC-PHY: prepare place for developing new PHY supportRafał Miłecki2015-01-291-1/+8
* b43: fix NULL pointer dereference in b43_phy_copy()Hauke Mehrtens2014-11-101-3/+1Star
* b43: flush some writes on Broadcom MIPS SoCsRafał Miłecki2014-08-251-2/+2
* b43: don't duplicate common PHY read/write opsRafał Miłecki2014-08-251-2/+12
* b43: update flushing many writes performed in a rowRafał Miłecki2014-08-251-3/+10
* b43: add config for (en|dis)abling G-PHY supportRafał Miłecki2014-06-201-0/+2
* b43: remove leftover code from old devices supportRafał Miłecki2014-06-201-3/+0Star
* b43: PHY: drop channel_type (we can get this info from chandef)Rafał Miłecki2014-06-191-6/+0Star
* b43: PHY: drop is_40mhz (get width info from chandef)Rafał Miłecki2014-06-191-0/+5
* b43: store current channel using struct cfg80211_chan_defRafał Miłecki2014-06-191-2/+7
* b43: b43_op_config: set channel info before switching bandRafał Miłecki2014-06-191-1/+0Star
* b43: PHY: don't force default channel during initRafał Miłecki2014-06-191-4/+3Star
* b43: drop B43_DEFAULT_CHANNELRafał Miłecki2014-06-191-3/+0Star
* b43: PHY: allow init optimizations by tracking PHY stateRafał Miłecki2014-05-291-0/+5
* b43: rework band switchingRafał Miłecki2014-05-191-0/+1
* b43: complete PHY resetRafał Miłecki2014-05-191-7/+58
* b43: move PHY reset code into PHY specific fileRafał Miłecki2014-05-191-0/+33
* b43: use b43_software_rfkill helperRafał Miłecki2014-04-301-3/+3
* b43: return true / false instead of numbers in functions which return bool valueZhao, Gang2014-02-241-2/+2
* b43: add helper waiting for given value in radio regRafał Miłecki2012-08-061-0/+15
* b43: rename host flags definesRafał Miłecki2012-08-061-1/+1
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-201-4/+4
* b43: make forcing clock common (HT-PHY also uses that)Rafał Miłecki2011-08-221-0/+32
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-1/+1
|\
| * Update my e-mail addressMichael Büsch2011-07-071-1/+1
* | b43: LCN-PHY: include new PHY in common codeRafał Miłecki2011-07-081-0/+6
* | b43: HT-PHY: add place for writing HT PHY supportRafał Miłecki2011-06-171-0/+6
* | b43: bus: abstract board infoRafał Miłecki2011-06-011-2/+2
* | b43: bus: abstract 80211 core infoRafał Miłecki2011-06-011-2/+2
|/
* b43: rename b43_wldev's field with ssb_device to sdevRafał Miłecki2011-05-161-4/+4
* b43: rename config option for N-PHY, drop BROKENRafał Miłecki2010-12-081-1/+1
* b43: set TMS to work with current band width for N-PHYRafał Miłecki2010-12-081-0/+7
* b43: flush PHY writes when neededRafał Miłecki2010-12-081-0/+5
* b43: Use static constJoe Perches2010-11-221-3/+5
* b43: define B43_SHM_SH_CHAN_40MHZRafał Miłecki2010-10-061-2/+4
* b43: update cordic code to match current specsRafał Miłecki2010-01-251-6/+13
* b43: make cordic common (LP-PHY and N-PHY need it)Rafał Miłecki2010-01-251-0/+38
* b43: Use a threaded IRQ handlerMichael Buesch2009-09-081-1/+0Star
* b43: Fix and update LP-PHY codeGábor Stefanik2009-08-281-6/+21
* b43: implement baseband init for LP-PHY <= rev1Gábor Stefanik2009-08-041-0/+7
* mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez2009-08-041-1/+1
* rfkill: rewriteJohannes Berg2009-06-031-11/+6Star
* b43: Do radio lock assertion in softwareMichael Buesch2009-04-161-4/+12
* b43: Suspend MAC while killing the radioMichael Buesch2008-12-191-0/+2
* b43: Fix some MAC lockingMichael Buesch2008-12-191-0/+16
* mac80211: use nl80211 interface typesJohannes Berg2008-09-151-2/+2
* b43: Move Analog switching into phy codeMichael Buesch2008-09-081-0/+5
* b43: Split PHY alloc and initMichael Buesch2008-09-051-1/+7
* b43: Add LP-PHY templateMichael Buesch2008-09-051-1/+4
* b43: Move code from nphy.* to phy_n.*Michael Buesch2008-09-051-1/+1