aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco/hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-31/+32
2010-05-03orinoco: add hermes_opsDavid Kilroy1-31/+32
2010-04-23Merge branch 'master' into for-davemJohn W. Linville1-0/+26
2010-04-19orinoco: implement set_wiphy_paramsDavid Kilroy1-0/+26
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-15orinoco: disable support for prism chipset by defaultPavel Roskin1-0/+7
2010-02-28wireless: convert to use netdev_for_each_mc_addrJiri Pirko1-15/+7
2009-10-27orinoco: use cfg80211 ethtool opsDavid Kilroy1-9/+24
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-08-17orinoco: correct key bounds check in orinoco_hw_get_tkip_ivJohn W. Linville1-1/+1
2009-08-14orinoco: consolidate storage of WEP and TKIP keysDavid Kilroy1-8/+34
2009-08-14orinoco: add function to retrieve current bssidDavid Kilroy1-0/+12
2009-08-14orinoco: move disassociation to hw.cDavid Kilroy1-0/+24
2009-08-14orinoco: pass orinoco_set_tkip_key the sequence lengthsDavid Kilroy1-12/+18
2009-08-14orinoco: use local types for auth alg and sequence lengthDavid Kilroy1-6/+6
2009-07-10orinoco: convert scanning to cfg80211David Kilroy1-0/+85
2009-07-10orinoco: convert mode setting to cfg80211David Kilroy1-4/+8
2009-07-10orinoco: provide generic commit functionDavid Kilroy1-0/+227
2009-07-10orinoco: Change set_tkip to use orinoco_private instead of hermes_tDavid Kilroy1-2/+3
2009-07-10orinoco: use dev_err in early initialisation routinesDavid Kilroy1-50/+42
2009-07-10orinoco: Move FID allocation to hw.cDavid Kilroy1-0/+23
2009-07-10orinoco: Move card reading code into hw.cDavid Kilroy1-0/+112
2009-07-10orinoco: Move firmware capability determination into hw.cDavid Kilroy1-0/+216
2009-04-16orinoco: correct timeout logic in __orinoco_hw_set_tkip_key()Pavel Roskin1-5/+3
2009-02-13orinoco: Move hardware functions into separate fileDavid Kilroy1-0/+586