aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/p54/p54pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18p54: move under intersil vendor directoryKalle Valo1-703/+0
2015-01-23p54pci: add handling of signal caseNicholas Mc Guire1-2/+5
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-01-03wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-09-26wireless: p54pci: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-01-07p54pci: don't return zero on failure paths in p54p_probe()Alexey Khoroshilov1-2/+5
2012-12-06p54: remove __dev* attributesBill Pemberton1-3/+3
2012-11-30p54pci: use SIMPLE_DEV_PM_OPSHauke Mehrtens1-10/+3
2012-08-06p54pci: convert driver to use asynchronous firmware loadingLarry Finger1-26/+62
2012-04-16net/wireless: use module_pci_driverAxel Lin1-12/+1
2012-03-06p54pci: use new driver.pm interface for suspend/resumeChristian Lamparter1-24/+24
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-05-10p54pci: fix -Wunused-but-set-variable warningsChristian Lamparter1-2/+1
2011-02-21p54pci: update receive dma buffers before and after processingChristian Lamparter1-5/+9
2010-08-18drivers/net/wireless: Restore upper case words in wiphy_<level> messagesJoe Perches1-1/+1
2010-08-09Revert "p54pci: Add PCI ID for SMC2802W"John W. Linville1-2/+0
2010-08-04p54pci: Add PCI ID for SMC2802WLarry Finger1-0/+2
2010-07-27drivers/net/wireless: Use wiphy_<level>Joe Perches1-2/+1
2010-06-14p54pci: add Symbol AP-300 minipci adapters pciidJoerg Albert1-0/+2
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-8/+8
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-04-30Merge branch 'wireless-2.6' into wireless-next-2.6Reinette Chatre1-1/+1
2010-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-1/+1
2010-04-26p54pci: fix regression from prevent stuck rx-ring on slow systemHans de Goede1-8/+8
2010-04-26p54pci: fix bugs in p54p_check_tx_ringHans de Goede1-1/+1
2010-04-23Merge branch 'master' into for-davemJohn W. Linville1-1/+1
2010-04-16p54pci: fix serious sparse warningChristian Lamparter1-1/+1
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-13/+13
2010-04-12p54pci: prevent stuck rx-ring on slow systemQuintin Pitts1-13/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-33/+41
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+8
2010-01-22p54pci: revise tx lockingChristian Lamparter1-12/+4
2010-01-19p54pci: move tx cleanup into taskletChristian Lamparter1-27/+29
2010-01-19p54pci: handle dma mapping errorsChristian Lamparter1-2/+16
2010-01-18p54pci: rx frame length checkChristian Lamparter1-0/+8
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-11-18drivers/net/wireless/p54: remove exceptional & on function nameJulia Lawall1-1/+1
2009-07-10p54: Modify p54 files for new organizationChristian Lamparter1-5/+4
2009-04-13Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang1-2/+2
2009-03-16p54pci: convert printk(KERN_* to dev_*Christian Lamparter1-19/+10
2009-03-16p54: unify ieee80211 device registrationChristian Lamparter1-5/+2
2009-01-29p54: prevent upload of wrong firmwaresChristian Lamparter1-0/+6
2008-12-19p54: remove free_on_tx parameterChristian Lamparter1-7/+5
2008-12-12p54: enforce strict tx_queue limitsChristian Lamparter1-7/+0
2008-11-25p54pci: cache firmware for suspend/resumeChristian Lamparter1-20/+22
2008-11-10p54: introduce new names for device firmwaresChristian Lamparter1-3/+6
2008-10-31p54: integrate parts of lmac_longbow.h and other parts of stlc45xxJohn W. Linville1-1/+1
2008-10-31p54: fix memory managementChristian Lamparter1-10/+13
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-66/+66