summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43
Commit message (Expand)AuthorAgeFilesLines
* 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/+6Star
* 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-131-6/+3Star
|\
| * DMA-API: net: b43: replace dma_set_mask()+dma_set_coherent_mask() with new he...Russell King2013-09-211-6/+3Star
* | 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-041-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-301-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/+12Star
| | | * 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
| | | * b43: N-PHY: use enum for RSSI type everywhere we use itRafał Miłecki2013-04-231-43/+61
| | | * b43: N-PHY: rename RSSI types to be shorter and more accurateRafał Miłecki2013-04-231-19/+19
| | | * b43: N-PHY: use more friendly variables names in RSSI codeRafał Miłecki2013-04-231-28/+36
| | | * b43: N-PHY: simplify conditions in RSSI offset scale functionRafał Miłecki2013-04-231-55/+65
| | | * b43: N-PHY: use enum for RAIL typeRafał Miłecki2013-04-231-9/+17
| | | * b43: HT-PHY: use enum for RSSI typesRafał Miłecki2013-04-231-5/+16
| | | * b43: HT-PHY: store TX power state before disabling itRafał Miłecki2013-04-231-4/+6
| | | * b43: HT-PHY: define regs for power estimationRafał Miłecki2013-04-231-0/+6
| | | * b43: HT-PHY: do some extra TSSI setup after configuring TXRafał Miłecki2013-04-231-0/+13
| | | * b43: HT-PHY: finish calculating values for idle TSSIRafał Miłecki2013-04-231-2/+18
| | | * b43: HT-PHY: tables: don't duplicate core-generic regsRafał Miłecki2013-04-233-59/+23Star
| | | * b43: HT-PHY: rename defines addressing cores on the 2059 radioRafał Miłecki2013-04-232-14/+14
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-231-1/+2
| | |\ \ | | | |/ | | |/|
| | * | b43: use bcma_pmu_spuravoid_pllupdate()Hauke Mehrtens2013-04-121-54/+2Star
| | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-105-11/+14
| | |\ \
| | | * | mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan2013-03-255-11/+14
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-231-1/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-108-36/+27Star
| |\ \ \ \ | | | |/ / | | |/| |