summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43
AgeCommit message (Expand)AuthorLines
2012-01-18b43: add option to avoid duplicating device support with brcmsmacJohn W. Linville-0/+8
2012-01-13wireless: b43: fix Oops on card eject during transferGuennadi Liakhovetski-1/+4
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-130/+348
2012-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+13
2012-01-04b43: N-PHY: fix typo in TX power fixRafał Miłecki-1/+1
2012-01-04b43: N-PHY: fix controling RF overrideRafał Miłecki-2/+2
2012-01-04b43: N-PHY: update gain ctl workaroundsRafał Miłecki-18/+92
2012-01-04b43: add lacking boardflags definesRafał Miłecki-0/+11
2012-01-04b43: N-PHY: get idle TSSI valuesRafał Miłecki-1/+130
2012-01-04b43: N-PHY: fix success condition of running samplesRafał Miłecki-1/+1
2012-01-04b43: N-PHY: move common TX/RX functionsRafał Miłecki-107/+111
2012-01-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-3/+13
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-1772/+1840
2012-01-03b43: fix regression in PIO caseGuennadi Liakhovetski-3/+13
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell-101/+101
2011-12-19b43: N-PHY: reorder functions: random cleanupsRafał Miłecki-107/+116
2011-12-19b43: N-PHY: reorder functions: move rest of workaroundsRafał Miłecki-226/+226
2011-12-19b43: N-PHY: reorder functions: move RSSI calibrationRafał Miłecki-300/+300
2011-12-19b43: N-PHY: split gain control workaroundsRafał Miłecki-264/+267
2011-12-19b43: N-PHY: reorder functions: collect RSSI selectsRafał Miłecki-221/+225
2011-12-19b43: N-PHY: reorder functions: collect samples onesRafał Miłecki-131/+135
2011-12-19b43: N-PHY: reorder functions: collect radio onesRafał Miłecki-190/+198
2011-12-19b43: N-PHY: reorder functions: put basic ones at beginningRafał Miłecki-333/+332
2011-12-19b43: avoid packet losses in the dma worker code.francesco.gringoli@ing.unibs.it-19/+60
2011-12-16b43: mark some vars __maybe_unused in b43_nphy_pmu_spur_avoidJohn W. Linville-2/+2
2011-12-15b43: N-PHY: check for bustype before touching BCMA CC PLLsRafał Miłecki-50/+61
2011-12-14b43: avoid calling bcma_* if CONFIG_B43_BCMA is not setJohn W. Linville-0/+4
2011-12-13b43: N-PHY: update TX power fixRafał Miłecki-5/+27
2011-12-13b43: N-PHY: workaround broken auto-increment on BCM43224Rafał Miłecki-0/+6
2011-12-13b43: N-PHY: fix 32-bit reads of tablesRafał Miłecki-6/+6
2011-12-13b43: N-PHY: implement spurious tone avoidanceRafał Miłecki-2/+91
2011-12-13b43: N-PHY: finish 2.4GHz 0x2056 radio setupRafał Miłecki-1/+105
2011-12-13b43: N-PHY: determine various PHY paramsRafał Miłecki-0/+43
2011-12-13b43: N-PHY: add table for antenna software controlRafał Miłecki-1/+52
2011-12-13b43: N-PHY: workaround BCM43224 hw bug in writing table id 9Rafał Miłecki-0/+7
2011-12-13b43: N-PHY: update some init valuesRafał Miłecki-17/+17
2011-12-13b43: N-PHY: random trivial fixes for typos, missing writesRafał Miłecki-23/+30
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville-9/+6
2011-11-09Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller-3/+28
2011-11-09Merge branch 'master' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/linvill...John W. Linville-3/+28
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+0
2011-11-07b43: HT-PHY: report signal to mac80211Rafał Miłecki-1/+22
2011-11-07b43: fill ctl1 word on all newer PHYs, fix PHY errorsRafał Miłecki-2/+6
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+2
2011-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-1/+0
2011-11-02b43: Remove unneeded messageLarry Finger-1/+0
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches-8/+4
2011-10-31drivers/net: change moduleparam.h to module.h as required.Paul Gortmaker-1/+1
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker-0/+1
2011-10-14b43: N-PHY: report signal to mac80211Rafał Miłecki-7/+21