aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2-52/+41
2009-11-28pcmcia: rework the irq_req_t typedefDominik Brodowski2-6/+2
2009-11-28pcmcia: remove deprecated handle_to_dev() macroDominik Brodowski2-2/+2
2009-11-11orinoco: declare MODULE_FIRMWAREBen Hutchings1-0/+6
2009-11-09pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (wireless)Dominik Brodowski2-44/+37
2009-10-30wireless: remove WLAN_80211 and WLAN_PRE80211 from KconfigJohn W. Linville1-1/+1
2009-10-27orinoco: use cfg80211 ethtool opsDavid Kilroy4-38/+32
2009-10-07wireless: fix CFG80211_WEXT build problemsRandy Dunlap1-1/+1
2009-10-07orinoco: support ETHTOOL_GPERMADDRJohn W. Linville1-0/+1
2009-10-07wext: refactorJohannes Berg1-0/+2
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-09-01wireless: convert drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-08-20orinoco: remove spare whitespaceDavid Kilroy1-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 Kilroy4-62/+139
2009-08-14orinoco: add function to retrieve current bssidDavid Kilroy3-3/+15
2009-08-14orinoco: move disassociation to hw.cDavid Kilroy3-13/+30
2009-08-14orinoco: pass orinoco_set_tkip_key the sequence lengthsDavid Kilroy3-14/+21
2009-08-14orinoco: use local types for auth alg and sequence lengthDavid Kilroy4-25/+33
2009-08-14orinoco: prefer_port3 can be a single bitDavid Kilroy1-1/+1
2009-08-04orinoco: enable cfg80211 "set_channel" operationHolger Schurig1-0/+41
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-10wireless: remove redundant tests on unsignedRoel Kluin1-1/+1
2009-07-10orinoco: fix printk format specifier for size_t argumentsDavid Kilroy1-3/+3
2009-07-10orinoco: remove WE nickname supportDavid Kilroy1-43/+0
2009-07-10orinoco: convert giwrange to cfg80211David Kilroy1-114/+1
2009-07-10orinoco: convert scanning to cfg80211David Kilroy9-744/+378
2009-07-10orinoco: convert mode setting to cfg80211David Kilroy5-80/+70
2009-07-10orinoco: provide generic commit functionDavid Kilroy5-269/+294
2009-07-10orinoco: Handle suspend/restore in core driverDavid Kilroy6-161/+70
2009-07-10airport: store irq in card private structureDavid Kilroy1-12/+12
2009-07-10orinoco: move netdev interface creation to main driverDavid Kilroy9-118/+119
2009-07-10orinoco: make firmware download less verboseDavid Kilroy1-27/+23
2009-07-10orinoco: initiate cfg80211 conversionDavid Kilroy7-89/+256
2009-07-10orinoco: Change set_tkip to use orinoco_private instead of hermes_tDavid Kilroy3-6/+6
2009-07-10orinoco: initialise independently of netdevDavid Kilroy9-24/+63
2009-07-10orinoco: Replace net_device with orinoco_private in driver interfacesDavid Kilroy10-139/+132
2009-07-10orinoco: firmware helpers should use dev_err and friendsDavid Kilroy1-24/+17
2009-07-10orinoco: use dev_err in early initialisation routinesDavid Kilroy1-50/+42
2009-07-10orinoco: Move FID allocation to hw.cDavid Kilroy3-23/+26
2009-07-10orinoco: Move card reading code into hw.cDavid Kilroy3-100/+115
2009-07-10orinoco: Move firmware capability determination into hw.cDavid Kilroy3-216/+219
2009-04-16orinoco: correct timeout logic in __orinoco_hw_set_tkip_key()Pavel Roskin1-5/+3
2009-03-16orinoco: firmware: consistently compile out fw cache support if not requestedAndrey Borzenkov4-13/+33
2009-02-27orinoco: prevent accessing memory outside the firmware imageDavid Kilroy3-56/+67
2009-02-27orinoco: validate firmware headerDavid Kilroy1-0/+37
2009-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+15
2009-02-23orinoco: do not resgister NULL pm_notifier functionAndrey Borzenkov1-4/+15
2009-02-13orinoco: Storage class should be before const qualifierTobias Klauser1-1/+1