summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43
Commit message (Expand)AuthorAgeFilesLines
* b43: Load firmware from a work queue and not from the probe routineLarry Finger2012-03-132-27/+35
* b43: prevent firmware on bcm5354 from taking over wrong GPIO pinsHauke Mehrtens2012-03-051-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-012-0/+8
|\
| * b43: add option to avoid duplicating device support with brcmsmacJohn W. Linville2012-01-182-0/+8
* | b43: N-PHY: trivial: change save&rest order in RSSI pollingRafał Miłecki2012-01-241-8/+8
* | b43: N-PHY: implement RSSI calibration for rev3+Rafał Miłecki2012-01-241-6/+187
* | b43: N-PHY: upload PAPD PGA gain delta tableRafał Miłecki2012-01-243-6/+12
* | b43: N-PHY: fix typos in RF controlRafał Miłecki2012-01-242-6/+6
* | b43: N-PHY: add helper for getting gain tableRafał Miłecki2012-01-243-94/+64Star
* | b43: N-PHY: implement TX power control setupRafał Miłecki2012-01-242-1/+217
* | b43: add maskset helpersRafał Miłecki2012-01-243-57/+36Star
|/
* wireless: b43: fix Oops on card eject during transferGuennadi Liakhovetski2012-01-131-1/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-054-130/+348
|\
| * b43: N-PHY: fix typo in TX power fixRafał Miłecki2012-01-041-1/+1
| * b43: N-PHY: fix controling RF overrideRafał Miłecki2012-01-041-2/+2
| * b43: N-PHY: update gain ctl workaroundsRafał Miłecki2012-01-042-18/+92
| * b43: add lacking boardflags definesRafał Miłecki2012-01-041-0/+11
| * b43: N-PHY: get idle TSSI valuesRafał Miłecki2012-01-042-1/+130
| * b43: N-PHY: fix success condition of running samplesRafał Miłecki2012-01-041-1/+1
| * b43: N-PHY: move common TX/RX functionsRafał Miłecki2012-01-041-107/+111
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-01-051-3/+13
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-041-3/+13
| |\ \
| | * | b43: fix regression in PIO caseGuennadi Liakhovetski2012-01-031-3/+13
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-11-092-3/+28
| |\ \ \
| | * | | Merge branch 'master' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/linvill...John W. Linville2011-11-092-3/+28
| | |\| |
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-034-1772/+1840
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | b43: N-PHY: reorder functions: random cleanupsRafał Miłecki2011-12-191-107/+116
| * | | | b43: N-PHY: reorder functions: move rest of workaroundsRafał Miłecki2011-12-191-226/+226
| * | | | b43: N-PHY: reorder functions: move RSSI calibrationRafał Miłecki2011-12-191-300/+300
| * | | | b43: N-PHY: split gain control workaroundsRafał Miłecki2011-12-191-264/+267
| * | | | b43: N-PHY: reorder functions: collect RSSI selectsRafał Miłecki2011-12-191-221/+225
| * | | | b43: N-PHY: reorder functions: collect samples onesRafał Miłecki2011-12-191-131/+135
| * | | | b43: N-PHY: reorder functions: collect radio onesRafał Miłecki2011-12-191-190/+198
| * | | | b43: N-PHY: reorder functions: put basic ones at beginningRafał Miłecki2011-12-191-333/+332Star
| * | | | b43: avoid packet losses in the dma worker code.francesco.gringoli@ing.unibs.it2011-12-193-19/+60
| * | | | b43: mark some vars __maybe_unused in b43_nphy_pmu_spur_avoidJohn W. Linville2011-12-161-2/+2
* | | | | net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-2010-101/+101
|/ / / /
* | | | b43: N-PHY: check for bustype before touching BCMA CC PLLsRafał Miłecki2011-12-151-50/+61
* | | | b43: avoid calling bcma_* if CONFIG_B43_BCMA is not setJohn W. Linville2011-12-141-0/+4
* | | | b43: N-PHY: update TX power fixRafał Miłecki2011-12-131-5/+27
* | | | b43: N-PHY: workaround broken auto-increment on BCM43224Rafał Miłecki2011-12-131-0/+6
* | | | b43: N-PHY: fix 32-bit reads of tablesRafał Miłecki2011-12-131-6/+6
* | | | b43: N-PHY: implement spurious tone avoidanceRafał Miłecki2011-12-131-2/+91
* | | | b43: N-PHY: finish 2.4GHz 0x2056 radio setupRafał Miłecki2011-12-133-1/+105
* | | | b43: N-PHY: determine various PHY paramsRafał Miłecki2011-12-132-0/+43
* | | | b43: N-PHY: add table for antenna software controlRafał Miłecki2011-12-132-1/+52
* | | | b43: N-PHY: workaround BCM43224 hw bug in writing table id 9Rafał Miłecki2011-12-131-0/+7
* | | | b43: N-PHY: update some init valuesRafał Miłecki2011-12-132-17/+17
* | | | b43: N-PHY: random trivial fixes for typos, missing writesRafał Miłecki2011-12-133-23/+30
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-223-9/+6Star
|\| | | | |_|/ |/| |