summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/b43.h
Commit message (Expand)AuthorAgeFilesLines
* b43: Fix firmware loading when driver is built into the kernelLarry Finger2013-01-071-0/+5
* b43: be more user friendly with PHY infoRafał Miłecki2012-08-061-0/+2
* b43: rename host flags definesRafał Miłecki2012-08-061-3/+5
* b43: fix crash with OpenFWWFJohannes Berg2012-07-171-7/+0
* b43: do not call ieee80211_unregister_hw if we are not registredOleksij Rempel2012-06-081-0/+4
* b43: Load firmware from a work queue and not from the probe routineLarry Finger2012-03-131-0/+3
* b43: add maskset helpersRafał Miłecki2012-01-241-0/+12
* b43: add lacking boardflags definesRafał Miłecki2012-01-041-0/+11
* b43: avoid packet losses in the dma worker code.francesco.gringoli@ing.unibs.it2011-12-191-2/+7
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-8/+4
* b43: add missing MMIO definesRafał Miłecki2011-09-271-1/+39
* b43: LCN-PHY: minor fixesRafał Miłecki2011-09-131-0/+2
* b43: drop Kconfig option of forcing PIO modeRafał Miłecki2011-08-261-6/+0
* b43/legacy: Remove firmware IDsMichael Büsch2011-08-241-5/+0
* b43: fix DMA on some bugged hardwareRafał Miłecki2011-08-241-0/+1
* b43: support new TX header, noticed to be used by 598.314+ fwRafał Miłecki2011-08-221-1/+2
* b43: use enum for firmware header formatRafał Miłecki2011-08-221-0/+8
* b43: disable parity check on BCMA devicesRafał Miłecki2011-07-221-0/+1
* b43: bcma: define 80211 core specific IO status bitsRafał Miłecki2011-07-191-0/+6
* b43: use switches for SSB specific codeRafał Miłecki2011-07-081-1/+0
* b43: define new PHYs and radio regs for cores >= 24Rafał Miłecki2011-06-171-0/+6
* b43: add BCMA 80211 core specific definesRafał Miłecki2011-06-031-0/+11
* b43: add an option to register BROKEN bcma driverRafał Miłecki2011-06-031-0/+1
* b43: bus: abstract bus and core operationsRafał Miłecki2011-06-011-0/+23
* b43: bus: abstract R/W operationsRafał Miłecki2011-06-011-6/+6
* b43: add bus device abstraction layerRafał Miłecki2011-06-011-1/+3
* Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2011-05-251-5/+19
|\
| * Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville2011-05-241-5/+19
| |\
| | * b43: dma: cache translation (routing bits)Rafał Miłecki2011-05-191-0/+2
| | * b43: add helpers for block R/W opsRafał Miłecki2011-05-191-0/+12
| | * b43: rename b43_wldev's field with ssb_device to sdevRafał Miłecki2011-05-161-5/+5
* | | b43: fix comment typo reqest -> requestJim Cromie2011-05-231-2/+2
|/ /
* / Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* b43: rename TMS defines, drop useless condition from core resetRafał Miłecki2010-12-131-4/+4
* b43: define known SPROM boardflags2 bitsRafał Miłecki2010-11-151-0/+13
* b43: define B43_SHM_SH_CHAN_40MHZRafał Miłecki2010-10-061-1/+2
* drivers/net: use __packed annotationEric Dumazet2010-06-031-3/+3
* b43: N-PHY: add some registers and structs definitionsRafał Miłecki2010-03-091-0/+1
* b43: fall back gracefully to PIO mode after fatal DMA errorsLinus Torvalds2010-02-261-0/+7
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-02-081-0/+1
|\
| * b43: Fix throughput regressionLarry Finger2010-02-031-0/+1
* | b43: N-PHY: add shared memory offsets definitionsRafał Miłecki2010-01-151-0/+8
* | b43: Allow PIO mode to be selected at module loadLarry Finger2009-12-281-13/+0
|/
* b43: Remove deprecated 'qual' from returned RX statusLarry Finger2009-11-061-2/+0
* b43: Optimize PIO scratchbuffer usageMichael Buesch2009-10-271-13/+3
* b43: do not stack-allocate pio rx/tx header and tail buffersAlbert Herranz2009-10-071-76/+92
* b43: Add optional verbose runtime statisticsMichael Buesch2009-09-231-0/+4
* b43: Rewrite suspend/resume codeMichael Buesch2009-09-231-16/+3
* b43: remove SHM spinlockMichael Buesch2009-09-081-2/+0
* b43: Remove TX spinlockMichael Buesch2009-09-081-0/+5