summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/orinoco
AgeCommit message (Expand)Author
2009-12-28orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabledAndrey Borzenkov
2009-12-07orinoco: remove spare KERN_DEBUGDavid Kilroy
2009-12-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-11-28pcmcia: rework the irq_req_t typedefDominik Brodowski
2009-11-28pcmcia: remove deprecated handle_to_dev() macroDominik Brodowski
2009-11-11orinoco: declare MODULE_FIRMWAREBen Hutchings
2009-11-09pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (wireless)Dominik Brodowski
2009-10-30wireless: remove WLAN_80211 and WLAN_PRE80211 from KconfigJohn W. Linville
2009-10-27orinoco: use cfg80211 ethtool opsDavid Kilroy
2009-10-07wireless: fix CFG80211_WEXT build problemsRandy Dunlap
2009-10-07orinoco: support ETHTOOL_GPERMADDRJohn W. Linville
2009-10-07wext: refactorJohannes Berg
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-09-01wireless: convert drivers to netdev_tx_tStephen Hemminger
2009-08-20orinoco: remove spare whitespaceDavid Kilroy
2009-08-17orinoco: correct key bounds check in orinoco_hw_get_tkip_ivJohn W. Linville
2009-08-14orinoco: consolidate storage of WEP and TKIP keysDavid Kilroy
2009-08-14orinoco: add function to retrieve current bssidDavid Kilroy
2009-08-14orinoco: move disassociation to hw.cDavid Kilroy
2009-08-14orinoco: pass orinoco_set_tkip_key the sequence lengthsDavid Kilroy
2009-08-14orinoco: use local types for auth alg and sequence lengthDavid Kilroy
2009-08-14orinoco: prefer_port3 can be a single bitDavid Kilroy
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