summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43
AgeCommit message (Expand)Author
2014-04-09b43: Fix machine check error due to improper access of B43_MMIO_PSM_PHY_HDRRafał Miłecki
2014-03-03net: Replace min macro with min_tSilvan Jegen
2014-02-24b43: return true / false instead of numbers in functions which return bool valueZhao, Gang
2014-02-24b43: Kconfig: let config B43_BCMA_PIO depends on B43Zhao, Gang
2014-02-13b43: use kernel api to replace b43 specific helper functionZHAO Gang
2014-01-23b43: fix the wrong assignment of status.freq in b43_rx()ZHAO Gang
2014-01-13b43: Fix unload oops if firmware is not availableLarry Finger
2014-01-13b43: Fix lockdep splatLarry Finger
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-10-18drivers: net: wireless: b43: Fix possible NULL ptr dereferenceFelipe Pena
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-09-21DMA-API: net: b43: replace dma_set_mask()+dma_set_coherent_mask() with new he...Russell King
2013-09-03Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches
2013-08-26b43: call PCIe up and down functionsHauke Mehrtens
2013-06-27b43: replace B43_BCMA_EXTRA with modparam allhwsupportRafał Miłecki
2013-06-12b43: activate N-PHY and HT-PHY support by defaultHauke Mehrtens
2013-06-12b43: ensue that BCMA is "y" when B43 is "y"Hauke Mehrtens
2013-06-12b43: stop format string leaking into error msgsKees Cook
2013-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-05-08B43: Handle DMA RX descriptor underrunThommy Jakobsson
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-04-29Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-04-23Merge branch 'master' of git://git.infradead.org/users/rafal/b43-nextJohn W. Linville
2013-04-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-04-23b43: N-PHY: don't use deprecated b43_radio_foo16Rafał Miłecki
2013-04-23b43: N-PHY: clean init tablesRafał Miłecki
2013-04-23b43: N-PHY: move tables init function to tables fileRafał Miłecki
2013-04-23b43: N-PHY: use defines for (re)storing VCM configRafał Miłecki
2013-04-23b43: N-PHY: use shortcut "ctl" in functions namesRafał Miłecki
2013-04-23b43: N-PHY: use enum for INTC override function argumentRafał Miłecki
2013-04-23b43: N-PHY: define missing registersRafał Miłecki
2013-04-23b43: use defines for board_typeRafał Miłecki
2013-04-23b43: N-PHY: fix "NB" RSSI calibration on PHYs rev2-Rafał Miłecki
2013-04-23b43: N-PHY: use enum for RSSI type everywhere we use itRafał Miłecki
2013-04-23b43: N-PHY: rename RSSI types to be shorter and more accurateRafał Miłecki
2013-04-23b43: N-PHY: use more friendly variables names in RSSI codeRafał Miłecki
2013-04-23b43: N-PHY: simplify conditions in RSSI offset scale functionRafał Miłecki
2013-04-23b43: N-PHY: use enum for RAIL typeRafał Miłecki
2013-04-23b43: HT-PHY: use enum for RSSI typesRafał Miłecki
2013-04-23b43: HT-PHY: store TX power state before disabling itRafał Miłecki
2013-04-23b43: HT-PHY: define regs for power estimationRafał Miłecki
2013-04-23b43: HT-PHY: do some extra TSSI setup after configuring TXRafał Miłecki
2013-04-23b43: HT-PHY: finish calculating values for idle TSSIRafał Miłecki
2013-04-23b43: HT-PHY: tables: don't duplicate core-generic regsRafał Miłecki
2013-04-23b43: HT-PHY: rename defines addressing cores on the 2059 radioRafał Miłecki
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-14Merge 3.9-rc7 into char-misc-nextGreg Kroah-Hartman