aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/phy_n.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/linville/wireless-next into for-davemJohn 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-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1753/+1780
2011-12-19net: 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
2011-12-19b43: N-PHY: reorder functions: collect RSSI selectsRafał Miłecki1-221/+225
2011-12-19b43: N-PHY: reorder functions: collect samples onesRafał Miłecki1-131/+135
2011-12-19b43: N-PHY: reorder functions: collect radio onesRafał Miłecki1-190/+198
2011-12-19b43: N-PHY: reorder functions: put basic ones at beginningRafał Miłecki1-333/+332
2011-12-16b43: mark some vars __maybe_unused in b43_nphy_pmu_spur_avoidJohn W. Linville1-2/+2
2011-12-15b43: N-PHY: check for bustype before touching BCMA CC PLLsRafał Miłecki1-50/+61
2011-12-14b43: avoid calling bcma_* if CONFIG_B43_BCMA is not setJohn W. Linville1-0/+4
2011-12-13b43: N-PHY: update TX power fixRafał Miłecki1-5/+27
2011-12-13b43: N-PHY: implement spurious tone avoidanceRafał Miłecki1-2/+91
2011-12-13b43: N-PHY: finish 2.4GHz 0x2056 radio setupRafał Miłecki1-1/+89
2011-12-13b43: N-PHY: determine various PHY paramsRafał Miłecki1-0/+35
2011-12-13b43: N-PHY: update some init valuesRafał Miłecki1-12/+12
2011-12-13b43: N-PHY: random trivial fixes for typos, missing writesRafał Miłecki1-8/+15
2011-09-14b43: N-PHY: implement few random missing opsRafał Miłecki1-17/+94
2011-09-14b43: N-PHY: split workarounds into per-PHY-ver functionsRafał Miłecki1-143/+157
2011-09-14b43: N-PHY: replace some hacks with nice tables opsRafał Miłecki1-13/+4
2011-09-14b43: N-PHY: use helper for checking IPARafał Miłecki1-18/+12
2011-09-14b43: add my copyrights and myself as the module authorRafał Miłecki1-0/+1
2011-09-14b43: N-PHY: implement enabling TX power controlRafał Miłecki1-6/+78
2011-08-22b43: make forcing clock common (HT-PHY also uses that)Rafał Miłecki1-36/+4
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-07-19b43: use agent R/W ops for BCMA_IOCTLRafał Miłecki1-2/+2
2011-07-08b43: handle BCMA in bus switchesRafał Miłecki1-0/+22
2011-07-08b43: use switches for SSB specific codeRafał Miłecki1-10/+30
2011-07-07Update my e-mail addressMichael Büsch1-1/+1
2011-06-22b43: N-PHY: update switching analog on/offRafał Miłecki1-4/+17
2011-06-01b43: bus: abstract board infoRafał Miłecki1-9/+6
2011-06-01b43: bus: abstract SPROMRafał Miłecki1-8/+10
2011-06-01b43: bus: abstract 80211 core infoRafał Miłecki1-2/+2
2011-05-26b43: N-PHY: initialize last var in calibration functionRafał Miłecki1-1/+1