aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco/main.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-25/+25
* orinoco: Maintain lock until entry removed from listJoe Gunn2011-03-211-1/+1
* orinoco: clear countermeasure setting on commitDavid Kilroy2010-12-081-0/+6
* orinoco: abort scan on interface downDavid Kilroy2010-11-301-7/+5
* drivers/net: use __packed annotationEric Dumazet2010-06-031-5/+5
* 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-111-63/+106
|\
| * orinoco: refactor xmit pathDavid Kilroy2010-05-071-63/+106
* | 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-051-61/+76
|\ \ | |/
| * orinoco: add orinoco_usb driverDavid Kilroy2010-05-031-2/+4
| * orinoco: encapsulate driver lockingDavid Kilroy2010-05-031-10/+10
| * orinoco: allow driver to specify netdev_opsDavid Kilroy2010-05-031-8/+20
| * orinoco: add hermes_opsDavid Kilroy2010-05-031-41/+42
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* wireless: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-281-2/+1
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-2/+2
* orinoco: use cfg80211 ethtool opsDavid Kilroy2009-10-271-27/+6
* orinoco: support ETHTOOL_GPERMADDRJohn W. Linville2009-10-071-0/+1
* wireless: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* orinoco: consolidate storage of WEP and TKIP keysDavid Kilroy2009-08-141-11/+22
* orinoco: use local types for auth alg and sequence lengthDavid Kilroy2009-08-141-3/+3
* 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
* | orinoco: convert scanning to cfg80211David Kilroy2009-07-101-51/+116
* | orinoco: convert mode setting to cfg80211David Kilroy2009-07-101-7/+8
* | orinoco: provide generic commit functionDavid Kilroy2009-07-101-233/+64
* | orinoco: Handle suspend/restore in core driverDavid Kilroy2009-07-101-6/+55
* | orinoco: move netdev interface creation to main driverDavid Kilroy2009-07-101-33/+78
* | orinoco: initiate cfg80211 conversionDavid Kilroy2009-07-101-24/+84
* | orinoco: initialise independently of netdevDavid Kilroy2009-07-101-24/+20
* | orinoco: Replace net_device with orinoco_private in driver interfacesDavid Kilroy2009-07-101-16/+15
* | orinoco: Move FID allocation to hw.cDavid Kilroy2009-07-101-23/+2
* | orinoco: Move card reading code into hw.cDavid Kilroy2009-07-101-100/+2
* | orinoco: Move firmware capability determination into hw.cDavid Kilroy2009-07-101-216/+2
|/
* orinoco: firmware: consistently compile out fw cache support if not requestedAndrey Borzenkov2009-03-161-0/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-02-251-4/+15
* orinoco: Move WEXT handlers into a separate fileDavid Kilroy2009-02-131-2349/+6
* orinoco: Move hardware functions into separate fileDavid Kilroy2009-02-131-582/+1
* 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-131-334/+1
* orinoco: Move MIC helpers into new fileDavid Kilroy2009-02-131-73/+3
* orinoco: Move scan helpers to a separate fileDavid Kilroy2009-02-111-218/+2
* orinoco: use orinoco_private instead of net_device in scan helperDavid Kilroy2009-02-111-5/+5
* orinoco: Rename orinoco.cDavid Kilroy2009-02-111-0/+6164