aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/phy_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-29b43: AC-PHY: prepare place for developing new PHY supportRafał Miłecki1-1/+8
2014-11-10b43: fix NULL pointer dereference in b43_phy_copy()Hauke Mehrtens1-3/+1
2014-08-25b43: flush some writes on Broadcom MIPS SoCsRafał Miłecki1-2/+2
2014-08-25b43: don't duplicate common PHY read/write opsRafał Miłecki1-2/+12
2014-08-25b43: update flushing many writes performed in a rowRafał Miłecki1-3/+10
2014-06-20b43: add config for (en|dis)abling G-PHY supportRafał Miłecki1-0/+2
2014-06-20b43: remove leftover code from old devices supportRafał Miłecki1-3/+0
2014-06-19b43: PHY: drop channel_type (we can get this info from chandef)Rafał Miłecki1-6/+0
2014-06-19b43: PHY: drop is_40mhz (get width info from chandef)Rafał Miłecki1-0/+5
2014-06-19b43: store current channel using struct cfg80211_chan_defRafał Miłecki1-2/+7
2014-06-19b43: b43_op_config: set channel info before switching bandRafał Miłecki1-1/+0
2014-06-19b43: PHY: don't force default channel during initRafał Miłecki1-4/+3
2014-06-19b43: drop B43_DEFAULT_CHANNELRafał Miłecki1-3/+0
2014-05-29b43: PHY: allow init optimizations by tracking PHY stateRafał Miłecki1-0/+5
2014-05-19b43: rework band switchingRafał Miłecki1-0/+1
2014-05-19b43: complete PHY resetRafał Miłecki1-7/+58
2014-05-19b43: move PHY reset code into PHY specific fileRafał Miłecki1-0/+33
2014-04-30b43: use b43_software_rfkill helperRafał Miłecki1-3/+3
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