summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43/phy_common.c
AgeCommit message (Expand)Author
2019-01-13b43: Fix error in cordic routineLarry Finger
2015-01-29b43: AC-PHY: prepare place for developing new PHY supportRafał Miłecki
2014-11-10b43: fix NULL pointer dereference in b43_phy_copy()Hauke Mehrtens
2014-08-25b43: flush some writes on Broadcom MIPS SoCsRafał Miłecki
2014-08-25b43: don't duplicate common PHY read/write opsRafał Miłecki
2014-08-25b43: update flushing many writes performed in a rowRafał Miłecki
2014-06-20b43: add config for (en|dis)abling G-PHY supportRafał Miłecki
2014-06-20b43: remove leftover code from old devices supportRafał Miłecki
2014-06-19b43: PHY: drop channel_type (we can get this info from chandef)Rafał Miłecki
2014-06-19b43: PHY: drop is_40mhz (get width info from chandef)Rafał Miłecki
2014-06-19b43: store current channel using struct cfg80211_chan_defRafał Miłecki
2014-06-19b43: b43_op_config: set channel info before switching bandRafał Miłecki
2014-06-19b43: PHY: don't force default channel during initRafał Miłecki
2014-06-19b43: drop B43_DEFAULT_CHANNELRafał Miłecki
2014-05-29b43: PHY: allow init optimizations by tracking PHY stateRafał Miłecki
2014-05-19b43: rework band switchingRafał Miłecki
2014-05-19b43: complete PHY resetRafał Miłecki
2014-05-19b43: move PHY reset code into PHY specific fileRafał Miłecki
2014-04-30b43: use b43_software_rfkill helperRafał Miłecki
2014-02-24b43: return true / false instead of numbers in functions which return bool valueZhao, Gang
2012-08-06b43: add helper waiting for given value in radio regRafał Miłecki
2012-08-06b43: rename host flags definesRafał Miłecki
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell
2011-08-22b43: make forcing clock common (HT-PHY also uses that)Rafał Miłecki
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-08b43: LCN-PHY: include new PHY in common codeRafał Miłecki
2011-07-07Update my e-mail addressMichael Büsch
2011-06-17b43: HT-PHY: add place for writing HT PHY supportRafał Miłecki
2011-06-01b43: bus: abstract board infoRafał Miłecki
2011-06-01b43: bus: abstract 80211 core infoRafał Miłecki
2011-05-16b43: rename b43_wldev's field with ssb_device to sdevRafał Miłecki
2010-12-08b43: rename config option for N-PHY, drop BROKENRafał Miłecki
2010-12-08b43: set TMS to work with current band width for N-PHYRafał Miłecki
2010-12-08b43: flush PHY writes when neededRafał Miłecki
2010-11-22b43: Use static constJoe Perches
2010-10-06b43: define B43_SHM_SH_CHAN_40MHZRafał Miłecki
2010-01-25b43: update cordic code to match current specsRafał Miłecki
2010-01-25b43: make cordic common (LP-PHY and N-PHY need it)Rafał Miłecki
2009-09-08b43: Use a threaded IRQ handlerMichael Buesch
2009-08-28b43: Fix and update LP-PHY codeGábor Stefanik
2009-08-04b43: implement baseband init for LP-PHY <= rev1Gábor Stefanik
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez
2009-06-03rfkill: rewriteJohannes Berg
2009-04-16b43: Do radio lock assertion in softwareMichael Buesch
2008-12-19b43: Suspend MAC while killing the radioMichael Buesch
2008-12-19b43: Fix some MAC lockingMichael Buesch
2008-09-15mac80211: use nl80211 interface typesJohannes Berg
2008-09-08b43: Move Analog switching into phy codeMichael Buesch
2008-09-05b43: Split PHY alloc and initMichael Buesch
2008-09-05b43: Add LP-PHY templateMichael Buesch