summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* net: remove a collection of unneeded #undef REALLY_SLOW_IO stuffAlan2007-02-271-1/+0
* Merge branch 'upstream-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/...Jeff Garzik2007-02-2015-165/+149
|\
| * Merge branch 'upstream' into upstream-jgarzikJohn W. Linville2007-02-1715-165/+149
| |\
| | * [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] prism54: correct assignment of DOT1XENABLE in WE-19 codepathsDan Williams2007-02-141-1/+7
| | * [PATCH] zd1211rw: Readd zd_addr_t castDaniel Drake2007-02-141-1/+1
| | * [PATCH] bcm43xx: Fix for oops on resumeLarry Finger2007-02-141-1/+1
| | * [PATCH] bcm43xx: Ignore ampdu status reportsMichael Buesch2007-02-142-13/+5
| | * [PATCH] wavelan: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2007-02-142-10/+7
| | * [PATCH] hostap: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2007-02-141-1/+2
| | * [PATCH] misc-wireless: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2007-02-142-3/+5
| | * [PATCH] ipw2100: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2007-02-141-8/+6
| | * [PATCH] bcm43xx: Janitorial change - remove two unused variablesLarry Finger2007-02-142-4/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-02-191-4/+4
|\ \ \ | |/ / |/| |
| * | Various typo fixes.Robert P. J. Day2007-02-171-4/+4
* | | Merge branch 'master' into upstreamJeff Garzik2007-02-173-4/+2
|\ \ \ | |/ /
| * | [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
| * | [PATCH] sysctl: register the sysctl number used by the arlan driverEric W. Biederman2007-02-141-1/+1
| * | [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-142-2/+0
* | | Merge branch 'gfar' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powe...Jeff Garzik2007-02-173-15/+15
|\ \ \ | |/ /
| * | [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-123-15/+15
* | | Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/linvil...Jeff Garzik2007-02-097-89/+208
|\ \ \ | |/ / |/| / | |/
| * [PATCH] bcm43xx: Check error returns in initialization routinesLarry Finger2007-02-091-5/+14
| * [PATCH] Rename IPW2100 debugging macros to not look like config options.Robert P. J. Day2007-02-071-8/+8
| * [PATCH] zd1211rw: Remove noisy debug messageDaniel Drake2007-02-071-2/+0
| * [PATCH] zd1211rw: Added error stats updateUlrich Kunitz2007-02-072-5/+41
| * [PATCH] zd1211rw: Fixed array size issue in reset_modeUlrich Kunitz2007-02-071-3/+2
| * [PATCH] zd1211rw: Reset device in the probe callUlrich Kunitz2007-02-071-0/+2
| * [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] zd1211rw: fix potential leak in usb_initMaxime Austruy2007-02-071-0/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-02-074-5/+5
|\ \
| * | Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman2007-02-074-5/+5
| |/
* | fix unaligned exception in /drivers/net/wireless/orinoco.cHennerich, Michael2007-02-071-1/+1
* | [PATCH] ipw2200: add iwconfig rts/frag auto supportZhu Yi2007-02-051-2/+2
* | [PATCH] zd1211rw: Add ID for ZyXEL ZyAIR G-220 v2Daniel Drake2007-02-051-0/+1
* | [PATCH] prism54: add ethtool -i interfaceKai Engert2007-02-053-3/+17
* | [PATCH] bcm43xx: Interrogate hardware-enable switch and update LEDsLarry Finger2007-02-055-14/+58
* | [PATCH] zd1211rw: Add ID for Linksys WUSBF54GDaniel Drake2007-02-051-0/+1
* | [PATCH] zd1211rw: Remove addressing abstractionDaniel Drake2007-02-058-238/+104
* | [PATCH] zd1211rw: Consistency for address space constantsDaniel Drake2007-02-053-64/+75
* | [PATCH] zd1211rw: 2 new ZD1211B device ID'sDaniel Drake2007-02-051-0/+2
* | [PATCH] zd1211rw: Generic HMAC initializationDaniel Drake2007-02-051-49/+18
|/
* [PATCH] bcm43xx: Fix failure to deliver PCI-E interruptsLarry Finger2007-01-181-4/+7
* [PATCH] PCMCIA: fix drivers broken by recent cleanupDaniel Ritz2007-01-113-3/+0
* [PATCH] ipw2100: Fix dropping fragmented small packet problemZhu Yi2007-01-021-1/+1
* [PATCH] zd1211rw: Call ieee80211_rx in taskletUlrich Kunitz2006-12-193-29/+76
OpenPOWER on IntegriCloud