aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43legacy/dma.c
Commit message (Expand)AuthorAgeFilesLines
* b43legacy: replace the ssb_dma API with the generic DMA APIFUJITA Tomonori2010-06-041-23/+26
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* b43legacy: remove get_tx_stats() mac80211 opKalle Valo2010-02-081-20/+0
* b43legacy: Fix DMA TX bounce buffer copyingLarry Finger2009-10-301-2/+15
* b43legacy: Work around mac80211 race conditionLarry Finger2009-08-041-6/+16
* dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang2009-04-071-3/+3
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-4/+4
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-3/+3
* b43legacy: reindent misleading statementIlpo Järvinen2008-11-101-1/+1
* mac80211/drivers: rewrite the rate control APIJohannes Berg2008-10-311-14/+32
* b43legacy: Remove switch statement with 64-bit indexLarry Finger2008-07-081-15/+51
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-06-281-32/+31
|\
| * ssb, b43, b43legacy, b44: Rewrite SSB DMA APIMichael Buesch2008-06-271-32/+31
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-281-1/+1
|\ \ | |/ |/|
| * b43legacy: Fix possible NULL pointer dereference in DMA codeMichael Buesch2008-06-251-1/+1
* | mac80211: use multi-queue master netdeviceJohannes Berg2008-05-211-2/+1
* | mac80211: move TX info into skb->cbJohannes Berg2008-05-211-17/+19
* | mac80211: clean up get_tx_stats callbackJohannes Berg2008-05-071-5/+3
|/
* b43legacy: fix DMA mapping leakageStefano Brivio2008-04-151-11/+18
* b43legacy: Fix usage of struct device used for DMAingMichael Buesch2008-04-151-13/+13
* b43legacy: fix DMA for 30/32-bit DMA enginesStefano Brivio2008-02-151-62/+105
* b43legacy: fix DMA slot resource leakageStefano Brivio2008-02-051-2/+12
* b43legacy: drop packets we are not able to encryptStefano Brivio2008-02-051-1/+10
* b43/b43legacy: fix left-over URLs and ifdefsStefano Brivio2007-11-291-1/+1
* [B43LEGACY]: add mac80211-based driver for legacy BCM43xx devicesLarry Finger2007-10-101-0/+1565