aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco
Commit message (Expand)AuthorAgeFilesLines
* orinoco: correct timeout logic in __orinoco_hw_set_tkip_key()Pavel Roskin2009-04-161-5/+3
* orinoco: firmware: consistently compile out fw cache support if not requestedAndrey Borzenkov2009-03-164-13/+33
* orinoco: prevent accessing memory outside the firmware imageDavid Kilroy2009-02-273-56/+67
* orinoco: validate firmware headerDavid Kilroy2009-02-271-0/+37
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-02-251-4/+15
|\
| * orinoco: do not resgister NULL pm_notifier functionAndrey Borzenkov2009-02-231-4/+15
* | orinoco: Storage class should be before const qualifierTobias Klauser2009-02-131-1/+1
* | orinoco: hermes doesn't need to be a separate moduleDavid Kilroy2009-02-132-20/+2
* | orinoco: hermes_dld does not need to be a moduleDavid Kilroy2009-02-132-33/+4
* | orinoco: Move WEXT handlers into a separate fileDavid Kilroy2009-02-135-2350/+2408
* | orinoco: Move hardware functions into separate fileDavid Kilroy2009-02-134-583/+635
* | orinoco: Add hardware function to set multicast modeDavid Kilroy2009-02-131-20/+31
* | orinoco: Use accessor functions for bitrate tablesDavid Kilroy2009-02-131-59/+81
* | orinoco: Move firmware handling into a separate fileDavid Kilroy2009-02-134-335/+358
* | orinoco: Move MIC helpers into new fileDavid Kilroy2009-02-134-74/+105
* | orinoco: Move scan helpers to a separate fileDavid Kilroy2009-02-114-219/+265
* | orinoco: use orinoco_private instead of net_device in scan helperDavid Kilroy2009-02-111-5/+5
* | orinoco: Rename orinoco.cDavid Kilroy2009-02-117-7/+8
* | orinoco: Fix interesting checkpatch errorsDavid Kilroy2009-02-111-30/+22
* | orinoco: keep line length below 80 charactersDavid Kilroy2009-02-111-45/+68
* | orinoco: remove unnecessary bracesDavid Kilroy2009-02-111-11/+7
* | orinoco: spaces in parenthesised expressionsDavid Kilroy2009-02-111-55/+55
* | orinoco: address leading and trailing whitespaceDavid Kilroy2009-02-111-53/+53
* | wireless: replace uses of __constant_{endian}Harvey Harrison2009-02-092-3/+3
* | orinoco: checkpatch cleanupAndrey Borzenkov2009-02-0911-119/+143
* | orinoco: trivial cleanup in alloc_orinocodevAndrey Borzenkov2009-01-291-2/+2
* | orinoco: convert to struct net_device_opsAndrey Borzenkov2009-01-291-8/+12
* | Move orinoco Kconfig entries into drivers/net/wireless/orinoco/KconfigAndrey Borzenkov2009-01-291-0/+120
* | orinoco: Remove unused variable rx_dataDavid Kilroy2009-01-292-9/+6
* | wireless: Add channel/frequency conversions to ieee80211.hDavid Kilroy2009-01-291-19/+14
|/
* orinoco: use KERN_DEBUG for link status messagesPavel Roskin2009-01-221-1/+1
* orinoco: move kmalloc(..., GFP_KERNEL) outside spinlock in orinoco_ioctl_set_...Andrey Borzenkov2009-01-221-17/+13
* orinoco_cs: add ID for ARtem Onair Comcard 11Pavel Roskin2009-01-121-0/+1
* orinoco: take the driver lock in the rx taskletDavid Kilroy2009-01-121-3/+25
* spectrum_cs: Fix function names used in debug stringsDavid Kilroy2008-12-121-2/+6
* orinoco: Fix inappropriate use of IRQ_BAPDavid Kilroy2008-12-121-3/+3
* orinoco: Fix function names used in debug stringsDavid Kilroy2008-12-121-2/+6
* airport: remove useless return in a function returning voidPavel Roskin2008-12-121-1/+1
* orinoco: Provide option to avoid unnecessary fw cachingDavid Kilroy2008-11-262-0/+60
* orinoco: Resume spectrum_cs in the same way as orinoco_csDavid Kilroy2008-11-261-1/+20
* orinoco: Cache Symbol firmwareDavid Kilroy2008-11-262-15/+34
* orinoco: Separate fw caching from downloadDavid Kilroy2008-11-261-15/+38
* orinoco: indicate it is using dBm in wireless_stats and spyAndrey Borzenkov2008-11-261-2/+2
* orinoco: fix last beacon reporting on 64-bit systemsPavel Roskin2008-11-211-2/+2
* net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-103-3/+3
* orinoco: Move sources to a subdirectoryDavid Kilroy2008-11-1016-0/+10885