aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco/hw.c
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* orinoco: Fix walking past the end of the bufferDavid Kilroy2010-08-251-3/+6
* drivers/net: use __packed annotationEric Dumazet2010-06-031-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-051-31/+32
|\
| * orinoco: add hermes_opsDavid Kilroy2010-05-031-31/+32
* | Merge branch 'master' into for-davemJohn W. Linville2010-04-231-0/+26
|\ \ | |/
| * orinoco: implement set_wiphy_paramsDavid Kilroy2010-04-191-0/+26
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
|/
* orinoco: disable support for prism chipset by defaultPavel Roskin2010-03-151-0/+7
* wireless: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-281-15/+7
* orinoco: use cfg80211 ethtool opsDavid Kilroy2009-10-271-9/+24
* 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
* | orinoco: consolidate storage of WEP and TKIP keysDavid Kilroy2009-08-141-8/+34
* | orinoco: add function to retrieve current bssidDavid Kilroy2009-08-141-0/+12
* | orinoco: move disassociation to hw.cDavid Kilroy2009-08-141-0/+24
* | orinoco: pass orinoco_set_tkip_key the sequence lengthsDavid Kilroy2009-08-141-12/+18
* | orinoco: use local types for auth alg and sequence lengthDavid Kilroy2009-08-141-6/+6
* | orinoco: convert scanning to cfg80211David Kilroy2009-07-101-0/+85
* | orinoco: convert mode setting to cfg80211David Kilroy2009-07-101-4/+8
* | orinoco: provide generic commit functionDavid Kilroy2009-07-101-0/+227
* | orinoco: Change set_tkip to use orinoco_private instead of hermes_tDavid Kilroy2009-07-101-2/+3
* | orinoco: use dev_err in early initialisation routinesDavid Kilroy2009-07-101-50/+42
* | orinoco: Move FID allocation to hw.cDavid Kilroy2009-07-101-0/+23
* | orinoco: Move card reading code into hw.cDavid Kilroy2009-07-101-0/+112
* | orinoco: Move firmware capability determination into hw.cDavid Kilroy2009-07-101-0/+216
|/
* orinoco: correct timeout logic in __orinoco_hw_set_tkip_key()Pavel Roskin2009-04-161-5/+3
* orinoco: Move hardware functions into separate fileDavid Kilroy2009-02-131-0/+586