summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco
Commit message (Expand)AuthorAgeFilesLines
* orinoco: use cfg80211 ethtool opsDavid Kilroy2009-10-274-38/+32Star
* 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-171-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/+0Star
* | orinoco: convert giwrange to cfg80211David Kilroy2009-07-101-114/+1Star
* | orinoco: convert scanning to cfg80211David Kilroy2009-07-109-744/+378Star
* | orinoco: convert mode setting to cfg80211David Kilroy2009-07-105-80/+70Star
* | orinoco: provide generic commit functionDavid Kilroy2009-07-105-269/+294
* | orinoco: Handle suspend/restore in core driverDavid Kilroy2009-07-106-161/+70Star
* | 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/+23Star
* | 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/+132Star
* | orinoco: firmware helpers should use dev_err and friendsDavid Kilroy2009-07-101-24/+17Star
* | orinoco: use dev_err in early initialisation routinesDavid Kilroy2009-07-101-50/+42Star
* | 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
|/
* orinoco: correct timeout logic in __orinoco_hw_set_tkip_key()Pavel Roskin2009-04-161-5/+3Star
* 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/+2Star
* | orinoco: hermes_dld does not need to be a moduleDavid Kilroy2009-02-132-33/+4Star
* | 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