aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-2321-158/+164
* pcmcia: Convert pcmcia_device_id declarations to constJoe Perches2011-05-062-2/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* orinoco: Clear dangling pointer on hardware busyarmadefuego@gmail.com2011-03-231-0/+3
* orinoco: Maintain lock until entry removed from listJoe Gunn2011-03-211-1/+1
* orinoco: Drop scan results with unknown channelsJoe Gunn2011-02-251-0/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-261-1/+0
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-12-146-23/+36
| |\
| * | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-084-16/+22
|\ \ \ | | |/ | |/|
| * | orinoco: fix TKIP countermeasure behaviourDavid Kilroy2010-12-081-2/+2
| * | orinoco: clear countermeasure setting on commitDavid Kilroy2010-12-081-0/+6
| * | orinoco: initialise priv->hw before assigning the interruptDavid Kilroy2010-12-082-14/+14
* | | orinoco: allow IW_AUTH_MFP to pass throughDavid Kilroy2010-12-071-0/+8
|/ /
* | orinoco: abort scan on interface downDavid Kilroy2010-11-303-7/+14
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-232-5/+15
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-09-022-5/+15
| |\
| | * orinoco: Fix walking past the end of the bufferDavid Kilroy2010-08-252-5/+15
* | | pcmcia: remove obsolete and wrong commentsDominik Brodowski2010-09-292-88/+0
* | | pcmcia: avoid messages on module (un)loadingDominik Brodowski2010-09-292-16/+0
* | | pcmcia: move driver name to struct pcmcia_driverDominik Brodowski2010-09-292-6/+2
* | | pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski2010-09-292-75/+11
* | | pcmcia: introduce autoconfiguration featureDominik Brodowski2010-09-292-49/+6
* | | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski2010-09-292-20/+4
* | | pcmcia: simplify IntTypeDominik Brodowski2010-09-292-2/+0
* | | pcmcia: move Vpp setup to struct pcmcia_deviceDominik Brodowski2010-09-292-4/+4
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-08-062-54/+38
|\ \ | |/ |/|
| * pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski2010-08-032-26/+22
| * pcmcia: do not use io_req_t after call to pcmcia_request_io()Dominik Brodowski2010-08-032-4/+6
| * pcmcia: use pcmica_{read,write}_config_byteDominik Brodowski2010-08-031-22/+10
| * pcmcia: remove cs_types.hDominik Brodowski2010-07-302-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-049-41/+36
|\ \ | |/ |/|
| * drivers/net/wireless: Use wiphy_<level>Joe Perches2010-07-271-3/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville2010-07-278-26/+26
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-113-7/+3
| | |\
| | * | drivers/net: use __packed annotationEric Dumazet2010-06-038-26/+26
| * | | orinoco_usb: potential null dereferenceDan Carpenter2010-07-161-5/+5
| | |/ | |/|
| * | wireless: fix several minor description typosWalter Goldens2010-06-021-1/+1
| * | drivers/net/wireless/orinoco: Use kmemdupJulia Lawall2010-06-021-3/+1
| * | drivers/net/wireless/orinoco: Use kzallocJulia Lawall2010-06-021-3/+1
| |/
* | powerpc/macio: Fix probing of macio devices by using the right of match tableBenjamin Herrenschmidt2010-06-021-2/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-2022-742/+2614
|\
| * drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-2/+0
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-114-111/+156
| |\
| | * cfg80211/mac80211: better channel handlingJohannes Berg2010-05-071-0/+1
| | * orinoco: refactor xmit pathDavid Kilroy2010-05-073-111/+155
| * | net: trans_start cleanupsEric Dumazet2010-05-101-1/+0
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-0519-398/+2278
| |\ \ | | |/
| | * orinoco_usb: implement fw downloadDavid Kilroy2010-05-036-238/+349
| | * orinoco_usb: avoid in_atomicDavid Kilroy2010-05-031-1/+1