aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-63/+106
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-05-07orinoco: refactor xmit pathDavid Kilroy1-63/+106
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-61/+76
2010-05-03orinoco: add orinoco_usb driverDavid Kilroy1-2/+4
2010-05-03orinoco: encapsulate driver lockingDavid Kilroy1-10/+10
2010-05-03orinoco: allow driver to specify netdev_opsDavid Kilroy1-8/+20
2010-05-03orinoco: add hermes_opsDavid Kilroy1-41/+42
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-28wireless: convert to use netdev_for_each_mc_addrJiri Pirko1-2/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+2
2009-10-27orinoco: use cfg80211 ethtool opsDavid Kilroy1-27/+6
2009-10-07orinoco: support ETHTOOL_GPERMADDRJohn W. Linville1-0/+1
2009-09-01wireless: convert drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-08-14orinoco: consolidate storage of WEP and TKIP keysDavid Kilroy1-11/+22
2009-08-14orinoco: use local types for auth alg and sequence lengthDavid Kilroy1-3/+3
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings1-1/+2
2009-07-10orinoco: convert scanning to cfg80211David Kilroy1-51/+116
2009-07-10orinoco: convert mode setting to cfg80211David Kilroy1-7/+8
2009-07-10orinoco: provide generic commit functionDavid Kilroy1-233/+64
2009-07-10orinoco: Handle suspend/restore in core driverDavid Kilroy1-6/+55
2009-07-10orinoco: move netdev interface creation to main driverDavid Kilroy1-33/+78
2009-07-10orinoco: initiate cfg80211 conversionDavid Kilroy1-24/+84
2009-07-10orinoco: initialise independently of netdevDavid Kilroy1-24/+20
2009-07-10orinoco: Replace net_device with orinoco_private in driver interfacesDavid Kilroy1-16/+15
2009-07-10orinoco: Move FID allocation to hw.cDavid Kilroy1-23/+2
2009-07-10orinoco: Move card reading code into hw.cDavid Kilroy1-100/+2
2009-07-10orinoco: Move firmware capability determination into hw.cDavid Kilroy1-216/+2
2009-03-16orinoco: firmware: consistently compile out fw cache support if not requestedAndrey Borzenkov1-0/+2
2009-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+15
2009-02-13orinoco: Move WEXT handlers into a separate fileDavid Kilroy1-2349/+6
2009-02-13orinoco: Move hardware functions into separate fileDavid Kilroy1-582/+1
2009-02-13orinoco: Add hardware function to set multicast modeDavid Kilroy1-20/+31
2009-02-13orinoco: Use accessor functions for bitrate tablesDavid Kilroy1-59/+81
2009-02-13orinoco: Move firmware handling into a separate fileDavid Kilroy1-334/+1
2009-02-13orinoco: Move MIC helpers into new fileDavid Kilroy1-73/+3
2009-02-11orinoco: Move scan helpers to a separate fileDavid Kilroy1-218/+2
2009-02-11orinoco: use orinoco_private instead of net_device in scan helperDavid Kilroy1-5/+5
2009-02-11orinoco: Rename orinoco.cDavid Kilroy1-0/+6164