aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/prism54 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-12prism54: replace open-coded ARRAY_SIZE with macroJim Cromie1-4/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-4/+2
2011-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+1
2011-11-30prism54: remove private driver ioctlsLuis R. Rodriguez3-336/+0
2011-11-21prism54: potential memory corruption in prism54_get_essid()Dan Carpenter1-1/+1
2011-11-17wireless: use strlcpy routine in .get_drvinfoRick Jones1-2/+2
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan3-0/+3
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König2-4/+4
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-08-16drivers/net/wireless/prism54: Adjust confusing if indentationJulia Lawall1-1/+1
2010-07-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+1
2010-07-12prism54: call BUG_ON() earlierDan Carpenter1-1/+1
2010-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-8/+3
2010-06-03drivers/net: use __packed annotationEric Dumazet4-13/+13
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