aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/hostap/hostap_pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18hostap: move under intersil vendor directoryKalle Valo1-459/+0
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
2012-04-16net/wireless: use module_pci_driverAxel Lin1-15/+1
2010-07-14hostap_pci: set dev->base_addr during probeJohn W. Linville1-0/+1
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-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2008-10-31pci: use pci_ioremap_bar() in drivers/netArjan van de Ven1-1/+1
2008-01-28hostap annotationsAl Viro1-8/+8
2007-11-10hostap: fix section mismatch warningRandy Dunlap1-3/+3
2007-07-11PCI: remove useless pci driver methodDavid Brownell1-2/+0
2007-07-08[PATCH] hostap: Remove driver version numberJouni Malinen1-5/+0
2007-04-28[PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fiJouni Malinen1-1/+1
2006-12-05[PATCH] hostap: replace kmalloc+memset with kzallocYan Burman1-2/+1
2006-12-02[PATCH] wireless: clean-up some "check return code" warningsJohn W. Linville1-1/+7
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-23[PATCH] hostap: Fix memory leak on PCI probe error pathJouni Malinen1-1/+3
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-10-03[PATCH] hostap: Do not free local->hw_priv before unregistering netdevJouni Malinen1-7/+2
2005-10-03[PATCH] hostap: Fix hostap_pci build with PRISM2_IO_DEBUGJouni Malinen1-0/+8
2005-10-03[PATCH] hostap: Remove hw specific dev_open/close handlersJouni Malinen1-2/+0
2005-09-24[PATCH] hostap: Fix pci_driver name for hostap_plx and hostap_pciPavel Roskin1-1/+1
2005-09-05[PATCH] fix pm_message_t stuff in -mm treePavel Machek1-1/+1
2005-08-19[PATCH] more-u32-vs-pm_message_t-fixes-6Andrew Morton1-1/+1
2005-08-14[PATCH] hostap: Use void *hw_priv instead of #ifdef in local dataJouni Malinen1-18/+40
2005-08-14[PATCH] hostap: Remove experimental PCI bus master/DMA codeJouni Malinen1-4/+0
2005-07-30[PATCH] hostap updateJouni Malinen1-0/+1
2005-07-30[PATCH] hostap updateDave Hansen1-1/+2
2005-05-12Add HostAP wireless driver.Jouni Malinen1-0/+453