summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43/phy_n.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-29b43: N-PHY: optimize radio switching on/offRafał Miłecki1-2/+4
2014-05-29b43: N-PHY: optimize init by doing some ops just onceRafał Miłecki1-9/+2
2014-04-30b43: N-PHY: complete radio 0x2056 setupRafał Miłecki1-5/+27
2014-04-22b43: N-PHY: enable forgotten write of hw power adjust tableRafał Miłecki1-2/+14
2014-04-22b43: N-PHY: prepare for rev 7+ RSSI calibrationRafał Miłecki1-18/+54
2014-04-22b43: N-PHY: implement RF control INTC for revs 7+Rafał Miłecki1-0/+72
2014-04-22b43: N-PHY: implement reading support for radio 0x2057Rafał Miłecki1-2/+5
2014-04-22b43: N-PHY: random updates and typo fixes all aroundRafał Miłecki1-9/+9
2014-04-22b43: N-PHY: rev3+: complete workaroundsRafał Miłecki1-3/+84
2014-04-09b43: Fix machine check error due to improper access of B43_MMIO_PSM_PHY_HDRRafał Miłecki1-7/+7
2013-10-18drivers: net: wireless: b43: Fix possible NULL ptr dereferenceFelipe Pena1-1/+2
2013-04-23Merge branch 'master' of git://git.infradead.org/users/rafal/b43-nextJohn W. Linville1-300/+349
2013-04-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+2
2013-04-23b43: N-PHY: don't use deprecated b43_radio_foo16Rafał Miłecki1-59/+59
2013-04-23b43: N-PHY: move tables init function to tables fileRafał Miłecki1-12/+0
2013-04-23b43: N-PHY: use defines for (re)storing VCM configRafał Miłecki1-5/+14
2013-04-23b43: N-PHY: use shortcut "ctl" in functions namesRafał Miłecki1-22/+22
2013-04-23b43: N-PHY: use enum for INTC override function argumentRafał Miłecki1-18/+28
2013-04-23b43: N-PHY: define missing registersRafał Miłecki1-38/+36
2013-04-23b43: use defines for board_typeRafał Miłecki1-3/+3
2013-04-23b43: N-PHY: fix "NB" RSSI calibration on PHYs rev2-Rafał Miłecki1-1/+1
2013-04-23b43: N-PHY: use enum for RSSI type everywhere we use itRafał Miłecki1-43/+61
2013-04-23b43: N-PHY: rename RSSI types to be shorter and more accurateRafał Miłecki1-19/+19
2013-04-23b43: N-PHY: use more friendly variables names in RSSI codeRafał Miłecki1-28/+36
2013-04-23b43: N-PHY: simplify conditions in RSSI offset scale functionRafał Miłecki1-55/+65
2013-04-23b43: N-PHY: use enum for RAIL typeRafał Miłecki1-9/+17
2013-04-12b43: use bcma_pmu_spuravoid_pllupdate()Hauke Mehrtens1-54/+2
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-2/+3
2013-04-10ssb: implement spurious tone avoidanceRafał Miłecki1-1/+2
2013-04-02b43: mark some functions and structs staticHauke Mehrtens1-5/+1
2013-03-27b43: N-PHY: use more bits for offset in RSSI calibrationRafał Miłecki1-2/+2
2013-03-27b43: N-PHY: increase initial value of "mind" in RSSI calibrationRafał Miłecki1-2/+2
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-2/+3
2012-08-10b43: N-PHY: fix 0x2057 radio calib copy/paste mistakeRafał Miłecki1-0/+1
2012-08-06b43: N-PHY: add overriding RF control for rev7+Rafał Miłecki1-4/+44
2012-08-06b43: N-PHY: init 0x2057 radioRafał Miłecki1-2/+140
2012-08-06b43: N-PHY: finish 0x2056 radio setupRafał Miłecki1-6/+89
2012-08-06b43: add helper waiting for given value in radio regRafał Miłecki1-11/+1
2012-08-06b43: N-PHY: add PHY rev7+ workaroundsRafał Miłecki1-2/+326
2012-08-06b43: N-PHY: update workaroundsRafał Miłecki1-16/+30
2012-07-10b43: N-PHY: fix RSSI calibrationRafał Miłecki1-8/+9
2012-01-24b43: N-PHY: trivial: change save&rest order in RSSI pollingRafał Miłecki1-8/+8
2012-01-24b43: N-PHY: implement RSSI calibration for rev3+Rafał Miłecki1-6/+187
2012-01-24b43: N-PHY: upload PAPD PGA gain delta tableRafał Miłecki1-6/+5
2012-01-24b43: N-PHY: fix typos in RF controlRafał Miłecki1-3/+3
2012-01-24b43: N-PHY: add helper for getting gain tableRafał Miłecki1-75/+6
2012-01-24b43: N-PHY: implement TX power control setupRafał Miłecki1-1/+216
2012-01-24b43: add maskset helpersRafał Miłecki1-9/+5
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-114/+241
2012-01-04b43: N-PHY: fix typo in TX power fixRafał Miłecki1-1/+1