aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/bcm43xx/bcm43xx_main.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-16[PATCH] bcm43xx-softmac: Fix system hang for x86-64 with >1GB RAMLarry Finger1-19/+6
2006-10-16[PATCH] bcm43xx-softmac: check returned value from pci_enable_deviceLarry Finger1-1/+5
2006-10-16[PATCH] bcm43xx: fix race condition in periodic work handlerMichael Buesch1-2/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-25[PATCH] bcm43xx: fix netdev watchdog timeoutsLarry Finger1-2/+1
2006-09-25[PATCH] bcm43xx-softmac: improve wrong firmware messageLarry Finger1-3/+4
2006-09-11[PATCH] bcm43xx: Add firmware version printoutLarry Finger1-0/+27
2006-09-11[PATCH] bcm43xx: remove dead statistics codeLarry Finger1-11/+1
2006-09-11[PATCH] bcm43xx: Correct out of sequence initialization stepLarry Finger1-1/+1
2006-09-11[PATCH] bcm43xx-softmac: Init, shutdown and restart fixesLarry Finger1-17/+22
2006-08-29[PATCH] bcm43xx - set correct value in mac_suspended for ifdown/ifup sequenceLarry Finger1-0/+2
2006-08-29[PATCH] bcm43xx: return correct hard_start_xmit error codeLarry Finger1-1/+3
2006-08-29[PATCH] bcm43xx: re-add bcm43xx_rng_init() callMichael Buesch1-0/+6
2006-08-29[PATCH] bcm43xx: >1G and 64bit DMA supportMichael Buesch1-36/+49
2006-07-31[PATCH] bcm43xx: reduce mac_suspend delay loop countJohn W. Linville1-1/+1
2006-07-31[PATCH] bcm43xx: add missing mac_suspended initializationLarry Finger1-0/+1
2006-07-27[PATCH] bcm43xx: fix-up build breakage from merging patches out of orderJohn W. Linville1-8/+8
2006-07-27[PATCH] bcm43xx: init routine rewriteMichael Buesch1-267/+367
2006-07-27[PATCH] bcm43xx: fix mac_suspend refcountMichael Buesch1-1/+2
2006-07-27[PATCH] bcm43xx: lower mac_suspend udelayMichael Buesch1-1/+1
2006-07-27[PATCH] bcm43xx: suspend MAC while executing long pworkMichael Buesch1-18/+31
2006-07-27Merge branch 'upstream-fixes' into upstreamJohn W. Linville1-1/+1
2006-07-27[PATCH] softmac: do shared key auth in workqueueDaniel Drake1-1/+1
2006-07-10[PATCH] bcm43xx: opencoded lockingMichael Buesch1-32/+32
2006-07-10[PATCH] bcm43xx-softmac: Fix an off-by-one condition in handle_irq_noiseLarry Finger1-1/+1
2006-07-05[PATCH] bcm43xx: enable shared key authenticationDaniel Drake1-0/+4
2006-07-05[PATCH] bcm43xx: workaround init_board vs. IRQ raceMichael Buesch1-13/+14
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-26[PATCH] Add bcm43xx HW RNG supportMichael Buesch1-0/+37
2006-06-15[PATCH] pci: bcm43xx avoid pci_find_deviceJiri Slaby1-5/+16
2006-06-15[PATCH] bcm43xx: preemptible periodic workMichael Buesch1-11/+86
2006-06-15[PATCH] bcm43xx: redesign lockingMichael Buesch1-59/+54
2006-06-05[PATCH] bcm43xx: quiet down log spam from set_securityJason Lunz1-6/+7
2006-05-17Merge branch 'upstream-fixes' into upstreamJohn W. Linville1-3/+3
2006-05-17[PATCH] bcm43xx: associate on 'ifconfig up'David Woodhouse1-3/+3
2006-05-05[PATCH] bcm43xx: add PCI ID for bcm4319Stefano Brivio1-0/+2
2006-05-05[PATCH] bcm43xx: fix whitespaceStefano Brivio1-3/+3
2006-05-05Merge branch 'upstream-fixes' into upstreamJohn W. Linville1-18/+27
2006-05-05[PATCH] bcm43xx: Fix array overrun in bcm43xx_geo_initMichael Buesch1-17/+26
2006-05-05[PATCH] bcm43xx: check for valid MAC address in SPROMStefano Brivio1-1/+1
2006-04-24[PATCH] bcm43xx: use pci_iomap() for convenience.Michael Buesch1-21/+6
2006-04-19[PATCH] bcm43xx: sysfs code cleanupMichael Buesch1-0/+1
2006-04-19[PATCH] bcm43xx: set trans_start on TX to prevent bogus timeoutsMichael Buesch1-0/+1
2006-03-27[PATCH] bcm43xx: don't set the channel on a device, which is down.Michael Buesch1-3/+9
2006-03-27[PATCH] bcm43xx: sync GPHY init with the specs.Michael Buesch1-1/+3
2006-03-27[PATCH] bcm43xx: fix the remaining sparse warnings.Michael Buesch1-2/+2
2006-03-27[PATCH] bcm43xx: remove some compilerwarnings.Michael Buesch1-2/+8
2006-03-27[PATCH] bcm43xx: fix "include" issues on some platforms.Michael Buesch1-0/+1
2006-03-27[PATCH] bcm43xx: get rid of "/* vim: ..." lines at the end of several files.Michael Buesch1-2/+0
2006-03-27[PATCH] bcm43xx: add useless and broken statistics stuff. People seem to want...Michael Buesch1-0/+3
2006-03-27[PATCH] bcm43xx: set default attenuation values.Michael Buesch1-6/+3
2006-03-27[PATCH] bcm43xx: some IRQ handler cleanups.Michael Buesch1-35/+30
2006-03-27[PATCH] bcm43xx: merge all iwmode code into the set_iwmode function.Michael Buesch1-36/+29
2006-03-27[PATCH] bcm43xx: fix some gpio register trashing (hopefully :D)Michael Buesch1-38/+33
2006-03-27[PATCH] bcm43xx: remove check for mmio length, as it differs among platforms....Michael Buesch1-26/+4
2006-03-27[PATCH] bcm43xx: Do boardflags workarounds for specific boards.Michael Buesch1-0/+9
2006-03-27[PATCH] bcm43xx: Remove the workaround in dummy_transmission,Michael Buesch1-7/+0
2006-03-27[PATCH] bcm43xx: reduce the size of bcm43xx_private by removing unneeded memb...Michael Buesch1-124/+114
2006-03-27[PATCH] bcm43xx: receive TX status on MMIO or DMA unconditionally regarding t...Michael Buesch1-12/+7
2006-03-27[PATCH] bcm43xx: fix some stuff, add a few missing mmiowb(), remove dead code.Michael Buesch1-24/+52
2006-03-27[PATCH] bcm43xx: Remove the mmio access printing facility overhead.Michael Buesch1-35/+0
2006-03-27[PATCH] bcm43xx: Abstract the locking mechanism.Michael Buesch1-35/+40
2006-03-27[PATCH] bcm43xx: Set both, the DMAmask and the coherent DMAmask.Michael Buesch1-3/+6
2006-03-27[PATCH] bcm43xx: Add sysfs attributes for device specific tunables.Michael Buesch1-0/+4
2006-03-27[PATCH] bcm43xx: Move TX/RX related functions to its own file. Add basic RTS/...Michael Buesch1-429/+1
2006-03-27[PATCH] bcm43xx: add assert(bcm->initialized) to periodic_tasks_setup().Michael Buesch1-0/+1
2006-03-27[PATCH] bcm43xx: move initialized = 1 to the end of init_board.Michael Buesch1-4/+6
2006-03-27[PATCH] bcm43xx: Workaround init_board vs IRQ race.Michael Buesch1-6/+13
2006-03-27[PATCH] bcm43xx: split the channel helper functions, so that they can be used...Michael Buesch1-2/+2
2006-03-27[PATCH] bcm43xx: make bcm43xx_sprom_crc() static.Michael Buesch1-1/+1
2006-03-27[PATCH] bcm43xx: Move sprom lowlevel reading/writing to its own functions.Michael Buesch1-16/+77
2006-03-27[PATCH] bcm43xx: Code cleanups. This removes various "inline" statements and ...Michael Buesch1-168/+113
2006-03-27[PATCH] bcm43xx: rewrite and simplify the periodic task handling.Michael Buesch1-123/+71
2006-03-27[PATCH] bcm43xx: fix LED code.Michael Buesch1-1/+1
2006-03-27[PATCH] bcm43xx: Partially fix PIO code. Add Kconfig option for PIO or DMA mo...Michael Buesch1-28/+41
2006-03-27[PATCH] bcm43xx: heavily increase mac_suspend timeout.Michael Buesch1-7/+4
2006-03-27[PATCH] bcm43xx: fix txpower reporting in WE.Michael Buesch1-0/+4
2006-03-27[PATCH] bcm43xx: basic ethtool supportMichael Buesch1-0/+2
2006-03-27[PATCH] bcm43xx: Remove function bcm43xx_channel_is_allowed()Michael Buesch1-165/+1
2006-03-27[PATCH] bcm43xx: Add more initvals sanity checks and error out, if one sanity...Michael Buesch1-19/+43
2006-03-27[PATCH] bcm43xx: Fix makefile. Remove all the "out-of-tree" stuff.Michael Buesch1-6/+5
2006-03-27[PATCH] bcm43xx: sync with svn.berlios.deMichael Buesch1-4/+3
2006-03-27[PATCH] wireless: import bcm43xx sourcesJohn W. Linville1-0/+4597