summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43/phy_n.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-04b43: N-PHY: fix controling RF overrideRafał Miłecki1-2/+2
2012-01-04b43: N-PHY: update gain ctl workaroundsRafał Miłecki1-2/+2
2012-01-04b43: N-PHY: get idle TSSI valuesRafał Miłecki1-1/+124
2012-01-04b43: N-PHY: fix success condition of running samplesRafał Miłecki1-1/+1
2012-01-04b43: N-PHY: move common TX/RX functionsRafał Miłecki1-107/+111
2012-01-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1753/+1780
2011-12-20net: fix assignment of 0/1 to bool variables.Rusty Russell1-2/+2
2011-12-19b43: N-PHY: reorder functions: random cleanupsRafał Miłecki1-107/+116
2011-12-19b43: N-PHY: reorder functions: move rest of workaroundsRafał Miłecki1-226/+226
2011-12-19b43: N-PHY: reorder functions: move RSSI calibrationRafał Miłecki1-300/+300
2011-12-19b43: N-PHY: split gain control workaroundsRafał Miłecki1-264/+267