summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/pio.c
Commit message (Expand)AuthorAgeFilesLines
* b43: move under broadcom vendor directoryKalle Valo2015-11-181-834/+0
* b43: return true / false instead of numbers in functions which return bool valueZhao, Gang2014-02-241-5/+5
* b43: fix tx path skb leaksFelix Fietkau2012-12-101-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-01-041-3/+13
|\
| * b43: fix regression in PIO caseGuennadi Liakhovetski2012-01-031-3/+13
* | net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-191-3/+3
|/
* b43: correct warning for uninitialized variable 'macstat'John W. Linville2011-08-261-1/+1
* b43: support new RX header, noticed to be used in 598.314+ fwRafał Miłecki2011-08-221-1/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-1/+1
|\
| * Update my e-mail addressMichael Büsch2011-07-071-1/+1
* | b43: bus: abstract 80211 core infoRafał Miłecki2011-06-011-5/+5
|/
* b43: add helpers for block R/W opsRafał Miłecki2011-05-191-10/+10
* b43: rename b43_wldev's field with ssb_device to sdevRafał Miłecki2011-05-161-15/+15
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* b43: remove get_tx_stats() mac80211 opKalle Valo2010-02-081-17/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-181-0/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-151-39/+39
| |\
| * | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* | | b43-pio: Fix RX error path for rev>=8 devicesMichael Buesch2009-11-111-1/+5
* | | b43: Optimize PIO scratchbuffer usageMichael Buesch2009-10-271-32/+47
| |/ |/|
* | b43: do not stack-allocate pio rx/tx header and tail buffersAlbert Herranz2009-10-071-39/+39
|/
* b43: Always use block-I/O for the PIO data registersMichael Buesch2009-09-291-22/+38
* b43: Do not use _irqsafe callbacksMichael Buesch2009-09-231-1/+1
* b43: Remove PIO RX workqueueMichael Buesch2009-09-081-29/+7
* b43: Remove DMA/PIO queue locksMichael Buesch2009-09-081-30/+8
* b43: Use a threaded IRQ handlerMichael Buesch2009-09-081-3/+2
* b43: add hardware tkipgregor kowski2009-08-201-2/+2
* mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez2009-08-041-1/+1
* b43: Add fw capabilitiesMichael Buesch2009-06-101-1/+1
* b43: checkpatch.pl cleanupsJohn Daiker2009-02-271-8/+8
* mac80211/drivers: rewrite the rate control APIJohannes Berg2008-10-311-2/+1
* b43: Fix PIO skb clobberMichael Buesch2008-06-271-1/+1
* mac80211: use multi-queue master netdeviceJohannes Berg2008-05-211-4/+4
* mac80211: move TX info into skb->cbJohannes Berg2008-05-211-17/+19
* mac80211: clean up get_tx_stats callbackJohannes Berg2008-05-071-5/+3
* b43: Use SSB block-I/O to do PIOMichael Buesch2008-04-081-83/+90
* b43: Add PIO support for PCMCIA devicesMichael Buesch2008-04-081-0/+835
* b43: finish removal of pio supportJohn W. Linville2008-01-281-652/+0
* [B43]: Fix sparse warnings.Michael Buesch2007-10-101-8/+10
* [B43]: add mac80211-based driver for modern BCM43xx devicesMichael Buesch2007-10-101-0/+650