summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43
Commit message (Expand)AuthorAgeFilesLines
* b43: N-PHY: complete radio 0x2056 setupRafał Miłecki2014-04-301-5/+27
* b43: don't pre-set radio_on variable to trueRafał Miłecki2014-04-301-1/+0
* b43: use b43_software_rfkill helperRafał Miłecki2014-04-301-3/+3
* b43: bcma: respect GMODE (band choice) during core resetRafał Miłecki2014-04-301-1/+6
* b43: remove list of IEEE 802.11 devicesRafał Miłecki2014-04-222-37/+19
* b43: ssb: refuse to support more than IEEE 802.11 coreRafał Miłecki2014-04-221-17/+20
* b43: N-PHY: enable forgotten write of hw power adjust tableRafał Miłecki2014-04-221-2/+14
* b43: N-PHY: fix selection of init & calib valuesRafał Miłecki2014-04-221-67/+105
* b43: N-PHY: add init & calib values for radio 0x2056 rev 11Rafał Miłecki2014-04-221-0/+246
* b43: N-PHY: prepare for rev 7+ RSSI calibrationRafał Miłecki2014-04-221-18/+54
* b43: N-PHY: implement RF control INTC for revs 7+Rafał Miłecki2014-04-221-0/+72
* b43: N-PHY: implement reading support for radio 0x2057Rafał Miłecki2014-04-221-2/+5
* b43: N-PHY: random updates and typo fixes all aroundRafał Miłecki2014-04-221-9/+9
* b43: N-PHY: rev3+: complete workaroundsRafał Miłecki2014-04-221-3/+84
* b43: N-PHY: drop second noise variance tableRafał Miłecki2014-04-222-72/+3
* b43: G-PHY: fix random mistakes to match specsRafał Miłecki2014-04-222-4/+4
* b43: Fix machine check error due to improper access of B43_MMIO_PSM_PHY_HDRRafał Miłecki2014-04-091-7/+7
* net: Replace min macro with min_tSilvan Jegen2014-03-033-3/+3
* b43: return true / false instead of numbers in functions which return bool valueZhao, Gang2014-02-243-8/+8
* b43: Kconfig: let config B43_BCMA_PIO depends on B43Zhao, Gang2014-02-241-1/+1
* b43: use kernel api to replace b43 specific helper functionZHAO Gang2014-02-132-41/+6
* b43: fix the wrong assignment of status.freq in b43_rx()ZHAO Gang2014-01-231-2/+2
* b43: Fix unload oops if firmware is not availableLarry Finger2014-01-132-7/+7
* b43: Fix lockdep splatLarry Finger2014-01-131-6/+11
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-6/+3
|\
| * DMA-API: net: b43: replace dma_set_mask()+dma_set_coherent_mask() with new he...Russell King2013-09-211-6/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-041-1/+2
|\ \
| * | drivers: net: wireless: b43: Fix possible NULL ptr dereferenceFelipe Pena2013-10-181-1/+2
| |/
* | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-1/+1
|/
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-09-031-0/+14
|\
| * b43: call PCIe up and down functionsHauke Mehrtens2013-08-261-0/+14
* | drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-291-3/+3
|/
* b43: replace B43_BCMA_EXTRA with modparam allhwsupportRafał Miłecki2013-06-272-8/+10
* b43: activate N-PHY and HT-PHY support by defaultHauke Mehrtens2013-06-121-0/+2
* b43: ensue that BCMA is "y" when B43 is "y"Hauke Mehrtens2013-06-121-2/+2
* b43: stop format string leaking into error msgsKees Cook2013-06-121-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-05-103-26/+40
|\
| * B43: Handle DMA RX descriptor underrunThommy Jakobsson2013-05-083-26/+40
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-0117-609/+1327
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-2412-507/+677
| |\ \ | | |/
| | * Merge branch 'master' of git://git.infradead.org/users/rafal/b43-nextJohn W. Linville2013-04-239-442/+661
| | |\
| | | * b43: N-PHY: don't use deprecated b43_radio_foo16Rafał Miłecki2013-04-231-59/+59
| | | * b43: N-PHY: clean init tablesRafał Miłecki2013-04-232-58/+62
| | | * b43: N-PHY: move tables init function to tables fileRafał Miłecki2013-04-233-16/+12
| | | * b43: N-PHY: use defines for (re)storing VCM configRafał Miłecki2013-04-231-5/+14
| | | * b43: N-PHY: use shortcut "ctl" in functions namesRafał Miłecki2013-04-231-22/+22
| | | * b43: N-PHY: use enum for INTC override function argumentRafał Miłecki2013-04-231-18/+28
| | | * b43: N-PHY: define missing registersRafał Miłecki2013-04-232-38/+182
| | | * b43: use defines for board_typeRafał Miłecki2013-04-232-5/+5
| | | * b43: N-PHY: fix "NB" RSSI calibration on PHYs rev2-Rafał Miłecki2013-04-231-1/+1
OpenPOWER on IntegriCloud