aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville4-111/+156
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-05-07cfg80211/mac80211: better channel handlingJohannes Berg1-0/+1
2010-05-07orinoco: refactor xmit pathDavid Kilroy3-111/+155
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville19-398/+2278
2010-05-03orinoco_usb: implement fw downloadDavid Kilroy6-238/+349
2010-05-03orinoco_usb: avoid in_atomicDavid Kilroy1-1/+1
2010-05-03orinoco: add orinoco_usb driverDavid Kilroy6-2/+1696
2010-05-03orinoco: encapsulate driver lockingDavid Kilroy7-20/+60
2010-05-03orinoco: allow driver to specify netdev_opsDavid Kilroy9-16/+37
2010-05-03orinoco: add hermes_opsDavid Kilroy9-140/+154
2010-04-23Merge branch 'master' into for-davemJohn W. Linville7-193/+125
2010-04-19orinoco: have sparse check endian issuesDavid Kilroy1-0/+3
2010-04-19orinoco: use cfg80211_find_ieDavid Kilroy2-14/+2
2010-04-19orinoco: implement set_wiphy_paramsDavid Kilroy4-179/+120
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-0/+4
2010-04-03net: convert multicast list to list_headJiri Pirko2-4/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-0/+4
2010-03-23orinoco/wext.c: Remove local #define STD_IW_HANDLERJoe Perches1-48/+46
2010-03-15orinoco: disable support for prism chipset by defaultPavel Roskin3-39/+60
2010-02-28wireless: convert to use netdev_for_each_mc_addrJiri Pirko3-18/+9
2010-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-5/+4
2010-02-19Introduce PCMCIA_DEVICE_PROD_ID3Pavel Roskin1-5/+4
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+2
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan4-4/+4
2009-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-3/+3
2009-12-28orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabledAndrey Borzenkov1-3/+3
2009-12-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-2/+2
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2009-12-07orinoco: remove spare KERN_DEBUGDavid Kilroy1-1/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-2/+2
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-09tree-wide: fix a very frequent spelling mistakeDirk Hohndel1-2/+2
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