aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43legacy/dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-07Update my e-mail addressMichael Büsch1-1/+1
2010-06-04b43legacy: replace the ssb_dma API with the generic DMA APIFUJITA Tomonori1-23/+26
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-08b43legacy: remove get_tx_stats() mac80211 opKalle Valo1-20/+0
2009-10-30b43legacy: Fix DMA TX bounce buffer copyingLarry Finger1-2/+15
2009-08-04b43legacy: Work around mac80211 race conditionLarry Finger1-6/+16
2009-04-07dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang1-3/+3
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-4/+4
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-3/+3
2008-11-10b43legacy: reindent misleading statementIlpo Järvinen1-1/+1
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg1-14/+32
2008-07-08b43legacy: Remove switch statement with 64-bit indexLarry Finger1-15/+51
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-32/+31
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-06-27ssb, b43, b43legacy, b44: Rewrite SSB DMA APIMichael Buesch1-32/+31
2008-06-25b43legacy: Fix possible NULL pointer dereference in DMA codeMichael Buesch1-1/+1
2008-05-21mac80211: use multi-queue master netdeviceJohannes Berg1-2/+1
2008-05-21mac80211: move TX info into skb->cbJohannes Berg1-17/+19
2008-05-07mac80211: clean up get_tx_stats callbackJohannes Berg1-5/+3
2008-04-15b43legacy: fix DMA mapping leakageStefano Brivio1-11/+18
2008-04-15b43legacy: Fix usage of struct device used for DMAingMichael Buesch1-13/+13
2008-02-15b43legacy: fix DMA for 30/32-bit DMA enginesStefano Brivio1-62/+105
2008-02-05b43legacy: fix DMA slot resource leakageStefano Brivio1-2/+12
2008-02-05b43legacy: drop packets we are not able to encryptStefano Brivio1-1/+10
2007-11-29b43/b43legacy: fix left-over URLs and ifdefsStefano Brivio1-1/+1
2007-10-10[B43LEGACY]: add mac80211-based driver for legacy BCM43xx devicesLarry Finger1-0/+1565