aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/pio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18b43: move under broadcom vendor directoryKalle Valo1-834/+0
2014-02-24b43: return true / false instead of numbers in functions which return bool valueZhao, Gang1-5/+5
2012-12-10b43: fix tx path skb leaksFelix Fietkau1-2/+2
2012-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+13
2012-01-03b43: fix regression in PIO caseGuennadi Liakhovetski1-3/+13
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-3/+3
2011-08-26b43: correct warning for uninitialized variable 'macstat'John W. Linville1-1/+1
2011-08-22b43: support new RX header, noticed to be used in 598.314+ fwRafał Miłecki1-1/+9
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-07-07Update my e-mail addressMichael Büsch1-1/+1
2011-06-01b43: bus: abstract 80211 core infoRafał Miłecki1-5/+5
2011-05-19b43: add helpers for block R/W opsRafał Miłecki1-10/+10
2011-05-16b43: rename b43_wldev's field with ssb_device to sdevRafał Miłecki1-15/+15
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