summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-291-3/+3
|\
| * orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabledAndrey Borzenkov2009-12-281-3/+3
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-111-2/+2
|\ \ | |/ |/|
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-2/+2
| |\
| | * Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-2/+2
| | |\
| | | * tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-091-2/+2
* | | | orinoco: remove spare KERN_DEBUGDavid Kilroy2009-12-071-1/+1
|/ / /
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-052-52/+41
|\| |
| * | pcmcia: rework the irq_req_t typedefDominik Brodowski2009-11-282-6/+2
| * | pcmcia: remove deprecated handle_to_dev() macroDominik Brodowski2009-11-282-2/+2
| * | pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (wireless)Dominik Brodowski2009-11-092-44/+37
| |/
* | orinoco: declare MODULE_FIRMWAREBen Hutchings2009-11-111-0/+6
* | wireless: remove WLAN_80211 and WLAN_PRE80211 from KconfigJohn W. Linville2009-10-301-1/+1
* | orinoco: use cfg80211 ethtool opsDavid Kilroy2009-10-274-38/+32
* | wireless: fix CFG80211_WEXT build problemsRandy Dunlap2009-10-071-1/+1
* | orinoco: support ETHTOOL_GPERMADDRJohn W. Linville2009-10-071-0/+1
* | wext: refactorJohannes Berg2009-10-071-0/+2
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-09-021-1/+1
|\
| * orinoco: correct key bounds check in orinoco_hw_get_tkip_ivJohn W. Linville2009-08-171-1/+1
* | wireless: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* | orinoco: remove spare whitespaceDavid Kilroy2009-08-201-1/+1
* | orinoco: consolidate storage of WEP and TKIP keysDavid Kilroy2009-08-144-62/+139
* | orinoco: add function to retrieve current bssidDavid Kilroy2009-08-143-3/+15
* | orinoco: move disassociation to hw.cDavid Kilroy2009-08-143-13/+30
* | orinoco: pass orinoco_set_tkip_key the sequence lengthsDavid Kilroy2009-08-143-14/+21
* | orinoco: use local types for auth alg and sequence lengthDavid Kilroy2009-08-144-25/+33
* | orinoco: prefer_port3 can be a single bitDavid Kilroy2009-08-141-1/+1
* | orinoco: enable cfg80211 "set_channel" operationHolger Schurig2009-08-041-0/+41
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-161-0/+2
|\|
| * netdev: restore MAC address set and validate operationsBen Hutchings2009-07-121-1/+2
* | wireless: remove redundant tests on unsignedRoel Kluin2009-07-101-1/+1
* | orinoco: fix printk format specifier for size_t argumentsDavid Kilroy2009-07-101-3/+3
* | orinoco: remove WE nickname supportDavid Kilroy2009-07-101-43/+0
* | orinoco: convert giwrange to cfg80211David Kilroy2009-07-101-114/+1
* | orinoco: convert scanning to cfg80211David Kilroy2009-07-109-744/+378
* | orinoco: convert mode setting to cfg80211David Kilroy2009-07-105-80/+70
* | orinoco: provide generic commit functionDavid Kilroy2009-07-105-269/+294
* | orinoco: Handle suspend/restore in core driverDavid Kilroy2009-07-106-161/+70
* | airport: store irq in card private structureDavid Kilroy2009-07-101-12/+12
* | orinoco: move netdev interface creation to main driverDavid Kilroy2009-07-109-118/+119
* | orinoco: make firmware download less verboseDavid Kilroy2009-07-101-27/+23
* | orinoco: initiate cfg80211 conversionDavid Kilroy2009-07-107-89/+256
* | orinoco: Change set_tkip to use orinoco_private instead of hermes_tDavid Kilroy2009-07-103-6/+6
* | orinoco: initialise independently of netdevDavid Kilroy2009-07-109-24/+63
* | orinoco: Replace net_device with orinoco_private in driver interfacesDavid Kilroy2009-07-1010-139/+132
* | orinoco: firmware helpers should use dev_err and friendsDavid Kilroy2009-07-101-24/+17
* | orinoco: use dev_err in early initialisation routinesDavid Kilroy2009-07-101-50/+42
* | orinoco: Move FID allocation to hw.cDavid Kilroy2009-07-103-23/+26
* | orinoco: Move card reading code into hw.cDavid Kilroy2009-07-103-100/+115
* | orinoco: Move firmware capability determination into hw.cDavid Kilroy2009-07-103-216/+219
|/