aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/pio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-08b43: remove get_tx_stats() mac80211 opKalle Valo1-17/+0
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-11-11b43-pio: Fix RX error path for rev>=8 devicesMichael Buesch1-1/+5
2009-10-27b43: Optimize PIO scratchbuffer usageMichael Buesch1-32/+47
2009-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-39/+39
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-07b43: do not stack-allocate pio rx/tx header and tail buffersAlbert Herranz1-39/+39
2009-09-29b43: Always use block-I/O for the PIO data registersMichael Buesch1-22/+38
2009-09-23b43: Do not use _irqsafe callbacksMichael Buesch1-1/+1
2009-09-08b43: Remove PIO RX workqueueMichael Buesch1-29/+7
2009-09-08b43: Remove DMA/PIO queue locksMichael Buesch1-30/+8
2009-09-08b43: Use a threaded IRQ handlerMichael Buesch1-3/+2
2009-08-20b43: add hardware tkipgregor kowski1-2/+2
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez1-1/+1
2009-06-10b43: Add fw capabilitiesMichael Buesch1-1/+1
2009-02-27b43: checkpatch.pl cleanupsJohn Daiker1-8/+8
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg1-2/+1
2008-06-27b43: Fix PIO skb clobberMichael Buesch1-1/+1
2008-05-21mac80211: use multi-queue master netdeviceJohannes Berg1-4/+4
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-08b43: Use SSB block-I/O to do PIOMichael Buesch1-83/+90
2008-04-08b43: Add PIO support for PCMCIA devicesMichael Buesch1-0/+835
2008-01-28b43: finish removal of pio supportJohn W. Linville1-652/+0
2007-10-10[B43]: Fix sparse warnings.Michael Buesch1-8/+10
2007-10-10[B43]: add mac80211-based driver for modern BCM43xx devicesMichael Buesch1-0/+650