summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/bcm43xx
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] bcm43xx: OFDM fix for rev 1 cardsLarry Finger2007-02-143-4/+20
* [PATCH] bcm43xx: Fix for 4311 and 02/07/07 specification changesLarry Finger2007-02-144-119/+95
* [PATCH] bcm43xx: Fix for oops on resumeLarry Finger2007-02-141-1/+1
* [PATCH] bcm43xx: Ignore ampdu status reportsMichael Buesch2007-02-142-13/+5
* [PATCH] bcm43xx: Janitorial change - remove two unused variablesLarry Finger2007-02-142-4/+0
* [PATCH] bcm43xx: Check error returns in initialization routinesLarry Finger2007-02-091-5/+14
* [PATCH] bcm43xx: Enable fwpostfix in nondebug bcm43xxMichael Buesch2007-02-071-5/+1
* [PATCH] bcm43xx: Fix scaling error for 'iwlist freq' informationLarry Finger2007-02-071-2/+2
* [PATCH] bcm43xx: Fix scaling error for 'iwlist rate' informationLarry Finger2007-02-071-12/+12
* [PATCH] bcm43xx: Fix problem with >1 GB RAMLarry Finger2007-02-072-47/+125
* [PATCH] bcm43xx: Fix failure to deliver PCI-E interruptsLarry Finger2007-01-181-4/+7
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-055-115/+174
|\
| * [PATCH] ieee80211: Provide generic get_stats implementationDaniel Drake2006-12-021-6/+0
| * [PATCH] bcm43xx: correct "Move IV/ICV stripping into ieee80211_rx"Larry Finger2006-12-021-0/+1
| * [PATCH] bcm43xx: Remove useless core enable/disable messagesLarry Finger2006-12-021-10/+5
| * [PATCH] bcm43xx: remove badness variable and related routineLarry Finger2006-12-021-34/+7
| * [PATCH] bcm43xx: add PCI-E codeStefano Brivio2006-12-023-44/+156
| * [PATCH] ieee80211: Move IV/ICV stripping into ieee80211_rxDaniel Drake2006-12-022-19/+1
| * [PATCH] bcm43xx: output proper link quality with scansLarry Finger2006-12-023-3/+5
* | WorkStruct: make allyesconfigDavid Howells2006-11-222-10/+12
|/
* [PATCH] bcm43xx: Add error checking in bcm43xx_sprom_write()Adrian Bunk2006-11-071-2/+2
* [PATCH] bcm43xx: Drain TX status before starting IRQsMichael Buesch2006-11-071-0/+18
* [PATCH] bcm43xx: fix unexpected LED control values in BCM4303 spromLarry Finger2006-10-312-1/+12
* [PATCH] bcm43xx: Fix low-traffic netdev watchdog TX timeoutsMichael Buesch2006-10-311-1/+15
* [PATCH] missing include of dma-mapping.hAl Viro2006-10-241-0/+1
* [PATCH] bcm43xx-softmac: Fix system hang for x86-64 with >1GB RAMLarry Finger2006-10-163-24/+46
* [PATCH] bcm43xx-softmac: check returned value from pci_enable_deviceLarry Finger2006-10-161-1/+5
* [PATCH] softmac: Fix WX and association related racesMichael Buesch2006-10-162-2/+2
* [PATCH] bcm43xx: fix race condition in periodic work handlerMichael Buesch2006-10-161-2/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-275-18/+15
|\
| * [PATCH] bcm43xx: fix netdev watchdog timeoutsLarry Finger2006-09-251-2/+1
| * [PATCH] bcm43xx-softmac: improve wrong firmware messageLarry Finger2006-09-251-3/+4
| * [PATCH] bcm43xx-softmac: update noise handlingLarry Finger2006-09-252-4/+2
| * [PATCH] bcm43xx-softmac: update PHY initializationLarry Finger2006-09-251-8/+7
| * [PATCH] bcm43xx: WE-21 supportLarry Finger2006-09-251-1/+1
* | [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-271-1/+1
|/
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-132-2/+2
* [PATCH] bcm43xx: remove dead code in bcm43xx_sysfs.cLarry Finger2006-09-111-9/+3
* [PATCH] bcm43xx: ucode debug status via sysfsLarry Finger2006-09-112-4/+64
* [PATCH] bcm43xx: Add firmware version printoutLarry Finger2006-09-112-0/+33
* [PATCH] bcm43xx: remove dead statistics codeLarry Finger2006-09-111-11/+1
* [PATCH] bcm43xx: Correct out of sequence initialization stepLarry Finger2006-09-111-1/+1
* [PATCH] bcm43xx-softmac: Init, shutdown and restart fixesLarry Finger2006-09-113-17/+28
* [PATCH] bcm43xx: Set floor of wireless signal and noise at -110 dBmLarry Finger2006-08-291-2/+2
* [PATCH] bcm43xx - set correct value in mac_suspended for ifdown/ifup sequenceLarry Finger2006-08-291-0/+2
* [PATCH] bcm43xx: return correct hard_start_xmit error codeLarry Finger2006-08-291-1/+3
* [PATCH] bcm43xx: optimization of DMA bitfieldsLarry Finger2006-08-291-3/+6
* [PATCH] bcm43xx: re-add bcm43xx_rng_init() callMichael Buesch2006-08-291-0/+6
* [PATCH] bcm43xx: >1G and 64bit DMA supportMichael Buesch2006-08-294-324/+691