summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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
* [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
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-139-9/+9
* [PATCH] tty: preparatory structures for termios revampAlan Cox2006-12-081-1/+1
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-12-0717-57/+140
|\
| * [wireless] zd1211rw: workqueue-related build fixesJeff Garzik2006-12-071-5/+5
| * Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik2006-12-0717-57/+140
| |\
| | * [PATCH] ipw2200: Fix debug output endian issueZhu Yi2006-12-051-1/+1
| | * [PATCH] ipw2200: Fix a typoZhu Yi2006-12-051-1/+1
| | * [PATCH] ipw2200: Update version stamp to 1.2.0Zhu Yi2006-12-051-1/+1
| | * [PATCH] ipw2200: Add IEEE80211_RADIOTAP_TSFT for promiscuous modeZhu Yi2006-12-051-4/+13
| | * [PATCH] ipw2200: replace kmalloc+memset with kcallocYan Burman2006-12-051-2/+1
| | * [PATCH] prism54: replace kmalloc+memset with kzallocYan Burman2006-12-052-9/+4
| | * [PATCH] hostap: replace kmalloc+memset with kzallocYan Burman2006-12-058-32/+12
| | * [PATCH] zd1211rw: Support for multicast addressesUlrich Kunitz2006-12-055-3/+102
| | * [PATCH] zd1211rw: Fill enc_capa in GIWRANGE handlerDaniel Drake2006-12-051-0/+3
| | * [PATCH] zd1211rw: zd_mac_rx isn't always called in IRQ contextDaniel Drake2006-12-051-4/+2
* | | [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-0/+1
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-069-158/+19
|\ \
| * | [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidationDominik Brodowski2006-12-049-143/+12
| * | [PATCH] pcmcia: remove prod_id indirectionDominik Brodowski2006-12-041-10/+5
| * | [PATCH] pcmcia: remove manf_id and card_id indirectionDominik Brodowski2006-12-041-5/+2
| |/
* | WorkQueue: Fix up arch-specific work items where possibleDavid Howells2006-12-052-12/+15
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-0537-579/+806
|\ \ | |/
| * [PATCH] ieee80211: Provide generic get_stats implementationDaniel Drake2006-12-022-20/+0
| * [PATCH] zd1211rw: Use softmac ERP handling functionalityDaniel Drake2006-12-024-65/+286
| * [PATCH] zd1211rw: Rename cs_rate to zd_rateDaniel Drake2006-12-023-32/+34