aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-09b43: Fix machine check error due to improper access of B43_MMIO_PSM_PHY_HDRRafał Miłecki1-7/+7
2014-03-03net: Replace min macro with min_tSilvan Jegen3-3/+3
2014-02-24b43: return true / false instead of numbers in functions which return bool valueZhao, Gang3-8/+8
2014-02-24b43: Kconfig: let config B43_BCMA_PIO depends on B43Zhao, Gang1-1/+1
2014-02-13b43: use kernel api to replace b43 specific helper functionZHAO Gang2-41/+6
2014-01-23b43: fix the wrong assignment of status.freq in b43_rx()ZHAO Gang1-2/+2
2014-01-13b43: Fix unload oops if firmware is not availableLarry Finger2-7/+7
2014-01-13b43: Fix lockdep splatLarry Finger1-6/+11
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-6/+3
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1/+2
2013-10-18drivers: net: wireless: b43: Fix possible NULL ptr dereferenceFelipe Pena1-1/+2
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
2013-09-21DMA-API: net: b43: replace dma_set_mask()+dma_set_coherent_mask() with new helperRussell King1-6/+3
2013-09-03Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-0/+14
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-3/+3
2013-08-26b43: call PCIe up and down functionsHauke Mehrtens1-0/+14
2013-06-27b43: replace B43_BCMA_EXTRA with modparam allhwsupportRafał Miłecki2-8/+10
2013-06-12b43: activate N-PHY and HT-PHY support by defaultHauke Mehrtens1-0/+2
2013-06-12b43: ensue that BCMA is "y" when B43 is "y"Hauke Mehrtens1-2/+2
2013-06-12b43: stop format string leaking into error msgsKees Cook1-1/+1
2013-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville3-26/+40
2013-05-08B43: Handle DMA RX descriptor underrunThommy Jakobsson3-26/+40
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds17-609/+1327
2013-04-29Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+4
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville12-507/+677
2013-04-23Merge branch 'master' of git://git.infradead.org/users/rafal/b43-nextJohn W. Linville9-442/+661
2013-04-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+2
2013-04-23b43: N-PHY: don't use deprecated b43_radio_foo16Rafał Miłecki1-59/+59
2013-04-23b43: N-PHY: clean init tablesRafał Miłecki2-58/+62
2013-04-23b43: N-PHY: move tables init function to tables fileRafał Miłecki3-16/+12
2013-04-23b43: N-PHY: use defines for (re)storing VCM configRafał Miłecki1-5/+14
2013-04-23b43: N-PHY: use shortcut "ctl" in functions namesRafał Miłecki1-22/+22
2013-04-23b43: N-PHY: use enum for INTC override function argumentRafał Miłecki1-18/+28
2013-04-23b43: N-PHY: define missing registersRafał Miłecki2-38/+182
2013-04-23b43: use defines for board_typeRafał Miłecki2-5/+5
2013-04-23b43: N-PHY: fix "NB" RSSI calibration on PHYs rev2-Rafał Miłecki1-1/+1
2013-04-23b43: N-PHY: use enum for RSSI type everywhere we use itRafał Miłecki1-43/+61
2013-04-23b43: N-PHY: rename RSSI types to be shorter and more accurateRafał Miłecki1-19/+19
2013-04-23b43: N-PHY: use more friendly variables names in RSSI codeRafał Miłecki1-28/+36
2013-04-23b43: N-PHY: simplify conditions in RSSI offset scale functionRafał Miłecki1-55/+65
2013-04-23b43: N-PHY: use enum for RAIL typeRafał Miłecki1-9/+17
2013-04-23b43: HT-PHY: use enum for RSSI typesRafał Miłecki1-5/+16
2013-04-23b43: HT-PHY: store TX power state before disabling itRafał Miłecki1-4/+6
2013-04-23b43: HT-PHY: define regs for power estimationRafał Miłecki1-0/+6
2013-04-23b43: HT-PHY: do some extra TSSI setup after configuring TXRafał Miłecki1-0/+13
2013-04-23b43: HT-PHY: finish calculating values for idle TSSIRafał Miłecki1-2/+18
2013-04-23b43: HT-PHY: tables: don't duplicate core-generic regsRafał Miłecki3-59/+23
2013-04-23b43: HT-PHY: rename defines addressing cores on the 2059 radioRafał Miłecki2-14/+14
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2013-04-14Merge 3.9-rc7 into char-misc-nextGreg Kroah-Hartman2-16/+57