aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/prism54 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-02drivers/net/wireless/prism54: Use memdup_userJulia Lawall1-8/+3
2010-05-17drivers/net: remove useless semicolonsJoe Perches1-1/+1
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+0
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville4-17/+17
2010-03-31wireless/prism54: remove trailing space in messagesFrans Pop4-17/+17
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo6-0/+6
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-2/+2
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-0/+3
2009-11-11prism54: declare MODULE_FIRMWAREBen Hutchings1-0/+3
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan3-0/+3
2009-09-01wireless: convert drivers to netdev_tx_tStephen Hemminger2-2/+2
2009-08-28PRISM54: fix compilation warningJaswinder Singh Rajput1-2/+2
2009-07-10drivers/net/wireless: Use PCI_VDEVICEJoe Perches1-3/+1
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-13net: fix network drivers ndo_start_xmit() return values (part 3)Patrick McHardy1-7/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-03-29wireless: remove duplicated .ndo_set_mac_addressAlexander Beregalov1-1/+0
2009-03-21prism54: convert to internal net_device_statsStephen Hemminger3-24/+6
2009-03-21prism54: convert to net_device_opsStephen Hemminger1-12/+16
2009-02-17drivers/net/wireless/prism54: fix sparse warning: fix signednessHannes Eder2-2/+3
2009-01-29prism54: remove private implementation of le32_add_cpuHarvey Harrison2-8/+3
2008-12-26drivers/net/wireless/prism54: fix sparse warnings: make symbols staticHannes Eder1-4/+4
2008-10-27net: convert print_mac to %pMJohannes Berg1-14/+10
2008-08-22wireless: replace __FUNCTION__ with __func__Harvey Harrison1-4/+4
2008-08-01prism54 - Use offsetof()Takashi Iwai1-1/+1
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-22/+27
2008-06-27prism: islpci_eth.c endianness fixHarvey Harrison1-1/+1
2008-06-16wext: Emit event stream entries correctly when compat.David S. Miller1-22/+27
2008-05-12prism54: fix regression with missing carrier in AP-modeLuis R. Rodriguez1-2/+9
2008-04-23prism54: prism54_get_encode() test below 0 on unsigned indexRoel Kluin1-1/+1
2008-04-08prism54: set carrier flags correctlyLuis R. Rodriguez2-2/+7
2008-03-27prism54: correct thinko in "prism54: Convert stats_sem in a mutex"John W. Linville1-1/+1
2008-02-29prism54: Convert wpa_sem in a mutexMatthias Kaehlcke2-6/+6
2008-02-29prism54: Convert stats_sem in a mutexMatthias Kaehlcke3-6/+6
2008-02-29prism54: Convert acl->sem in a mutexMatthias Kaehlcke2-15/+15
2008-01-28prism54: remove questionable down_interruptible usageDaniel Walker1-8/+4
2008-01-28prism54 trivial annotationsAl Viro4-26/+26
2008-01-28wireless: fix '!x & y' typo'sRoel Kluin1-2/+2
2008-01-28Prism54: Convert mgmt_sem to the mutex APIMatthias Kaehlcke3-4/+5
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-35/+15
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-4/+3
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[PATCH] dev->priv to netdev_priv(dev), for drivers/net/wirelessYoann Padioleau1-3/+3
2007-10-10[PATCH] drivers/net/wireless/prism54/oid_mgt.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+1
2007-07-16Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds1-16/+6
2007-07-11PCI: add pci_try_set_mwiRandy Dunlap1-2/+1