summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43/dma.c
AgeCommit message (Expand)Author
2011-08-09b43: read correct register on bcma bus.Hauke Mehrtens
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-22b43: bcma: get DMA translation bitsRafał Miłecki
2011-07-22ssb: return correct translation bit for 64-bit DMARafał Miłecki
2011-07-22b43: disable parity check on BCMA devicesRafał Miłecki
2011-07-08b43: use switches for SSB specific codeRafał Miłecki
2011-07-07Update my e-mail addressMichael Büsch
2011-07-05b43: Add RX side DMA memory barrierMichael Büsch
2011-06-01b43: Fix warnings from gcc 4.6.0Larry Finger
2011-06-01b43: bus: abstract device structs and irqRafał Miłecki
2011-06-01b43: bus: abstract 80211 core infoRafał Miłecki
2011-05-19b43: dma: cache translation (routing bits)Rafał Miłecki
2011-05-16b43: rename b43_wldev's field with ssb_device to sdevRafał Miłecki
2011-04-04b43: allocate receive buffers big enough for max frame len + offsetJohn W. Linville
2010-11-15b43: remove extraneous code in free_ringmemoryJohn W. Linville
2010-06-04b43: replace the ssb_dma API with the generic DMA APIFUJITA Tomonori
2010-06-02drivers/net/wireless/b43: Use kmemdupJulia Lawall
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-08b43: remove get_tx_stats() mac80211 opKalle Valo
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville
2009-12-29Revert "b43: Enforce DMA descriptor memory constraints"John W. Linville
2009-12-28b43: Allow PIO mode to be selected at module loadLarry Finger
2009-11-23b43: Rewrite DMA Tx status handling sanity checksMichael Buesch
2009-11-18b43: Enforce DMA descriptor memory constraintsMichael Buesch
2009-11-11b43: Rewrite TX bounce buffer handlingMichael Buesch
2009-10-30b43: Fix DMA TX bounce buffer copyingMichael Buesch
2009-09-23b43: Do not use _irqsafe callbacksMichael Buesch
2009-09-08b43: Remove DMA/PIO queue locksMichael Buesch
2009-09-08b43: Use a threaded IRQ handlerMichael Buesch
2009-08-20b43: add hardware tkipgregor kowski
2009-08-04b43: Work around mac80211 race conditionLarry Finger
2009-06-10b43: Add fw capabilitiesMichael Buesch
2009-04-16b43: Refresh RX poison on buffer recyclingMichael Buesch
2009-04-16b43: Poison RX buffersMichael Buesch
2009-04-07dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-03-05b43: Pass more RX flags to mac80211Michael Buesch
2009-02-27b43: checkpatch.pl cleanupsJohn Daiker
2009-02-27b43: Add slot count compiletime assertionMichael Buesch
2009-02-27b43: Optimize DMA buffersMichael Buesch
2009-02-27b43: Fix DMA buffer size handlingMichael Buesch
2009-02-27b43: Move DMA stop sanity checkMichael Buesch
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg
2008-06-27ssb, b43, b43legacy, b44: Rewrite SSB DMA APIMichael Buesch
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-13b43: Fix possible NULL pointer dereference in DMA codeMichael Buesch
2008-05-21mac80211: use multi-queue master netdeviceJohannes Berg
2008-05-21mac80211: move TX info into skb->cbJohannes Berg
2008-05-07mac80211: clean up get_tx_stats callbackJohannes Berg