aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/orinoco
AgeCommit message (Expand)Author
2009-08-04orinoco: enable cfg80211 "set_channel" operationHolger Schurig
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings
2009-07-10wireless: remove redundant tests on unsignedRoel Kluin
2009-07-10orinoco: fix printk format specifier for size_t argumentsDavid Kilroy
2009-07-10orinoco: remove WE nickname supportDavid Kilroy
2009-07-10orinoco: convert giwrange to cfg80211David Kilroy
2009-07-10orinoco: convert scanning to cfg80211David Kilroy
2009-07-10orinoco: convert mode setting to cfg80211David Kilroy
2009-07-10orinoco: provide generic commit functionDavid Kilroy
2009-07-10orinoco: Handle suspend/restore in core driverDavid Kilroy
2009-07-10airport: store irq in card private structureDavid Kilroy
2009-07-10orinoco: move netdev interface creation to main driverDavid Kilroy
2009-07-10orinoco: make firmware download less verboseDavid Kilroy
2009-07-10orinoco: initiate cfg80211 conversionDavid Kilroy
2009-07-10orinoco: Change set_tkip to use orinoco_private instead of hermes_tDavid Kilroy
2009-07-10orinoco: initialise independently of netdevDavid Kilroy
2009-07-10orinoco: Replace net_device with orinoco_private in driver interfacesDavid Kilroy
2009-07-10orinoco: firmware helpers should use dev_err and friendsDavid Kilroy
2009-07-10orinoco: use dev_err in early initialisation routinesDavid Kilroy
2009-07-10orinoco: Move FID allocation to hw.cDavid Kilroy
2009-07-10orinoco: Move card reading code into hw.cDavid Kilroy
2009-07-10orinoco: Move firmware capability determination into hw.cDavid Kilroy
2009-04-16orinoco: correct timeout logic in __orinoco_hw_set_tkip_key()Pavel Roskin
2009-03-16orinoco: firmware: consistently compile out fw cache support if not requestedAndrey Borzenkov
2009-02-27orinoco: prevent accessing memory outside the firmware imageDavid Kilroy
2009-02-27orinoco: validate firmware headerDavid Kilroy
2009-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-02-23orinoco: do not resgister NULL pm_notifier functionAndrey Borzenkov
2009-02-13orinoco: Storage class should be before const qualifierTobias Klauser
2009-02-13orinoco: hermes doesn't need to be a separate moduleDavid Kilroy
2009-02-13orinoco: hermes_dld does not need to be a moduleDavid Kilroy
2009-02-13orinoco: Move WEXT handlers into a separate fileDavid Kilroy
2009-02-13orinoco: Move hardware functions into separate fileDavid Kilroy
2009-02-13orinoco: Add hardware function to set multicast modeDavid Kilroy
2009-02-13orinoco: Use accessor functions for bitrate tablesDavid Kilroy
2009-02-13orinoco: Move firmware handling into a separate fileDavid Kilroy
2009-02-13orinoco: Move MIC helpers into new fileDavid Kilroy
2009-02-11orinoco: Move scan helpers to a separate fileDavid Kilroy
2009-02-11orinoco: use orinoco_private instead of net_device in scan helperDavid Kilroy
2009-02-11orinoco: Rename orinoco.cDavid Kilroy
2009-02-11orinoco: Fix interesting checkpatch errorsDavid Kilroy
2009-02-11orinoco: keep line length below 80 charactersDavid Kilroy
2009-02-11orinoco: remove unnecessary bracesDavid Kilroy
2009-02-11orinoco: spaces in parenthesised expressionsDavid Kilroy
2009-02-11orinoco: address leading and trailing whitespaceDavid Kilroy
2009-02-09wireless: replace uses of __constant_{endian}Harvey Harrison
2009-02-09orinoco: checkpatch cleanupAndrey Borzenkov
2009-01-29orinoco: trivial cleanup in alloc_orinocodevAndrey Borzenkov
2009-01-29orinoco: convert to struct net_device_opsAndrey Borzenkov