aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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