linux/drivers/net/wireless/hostap
Jouni Malinen 67e0e473fb [PATCH] hostap: Use void *hw_priv instead of #ifdef in local data
Replace hardware model specific #ifdef's in struct local_info with
void *hw_priv that is pointing to cs/pci/plx specific data
structure. This removes unneeded #ifdef's and as such, is a step
towards making it possible to share objects for hostap_hw.c and
hostap_download.c with cs/pci/plx drivers without having to compile
and link the same code separately for each one.

Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2005-08-14 23:06:27 -04:00
..
hostap.c [PATCH] hostap: Replace crypto code with net/ieee80211 version 2005-07-31 00:28:02 -04:00
hostap.h Add HostAP wireless driver. 2005-05-12 22:54:16 -04:00
hostap_80211.h [PATCH] hostap: Replace crypto code with net/ieee80211 version 2005-07-31 00:28:02 -04:00
hostap_80211_rx.c [PATCH] hostap: Replace crypto code with net/ieee80211 version 2005-07-31 00:28:02 -04:00
hostap_80211_tx.c [PATCH] hostap: Fix skb->cb use for TX meta data 2005-08-14 23:06:26 -04:00
hostap_ap.c [PATCH] hostap: Fix skb->cb use for TX meta data 2005-08-14 23:06:26 -04:00
hostap_ap.h [PATCH] hostap: Fix skb->cb use for TX meta data 2005-08-14 23:06:26 -04:00
hostap_common.h [PATCH] hostap: Remove experimental PCI bus master/DMA code 2005-08-14 23:06:27 -04:00
hostap_config.h [PATCH] hostap: Remove experimental PCI bus master/DMA code 2005-08-14 23:06:27 -04:00
hostap_cs.c [PATCH] hostap: Use void *hw_priv instead of #ifdef in local data 2005-08-14 23:06:27 -04:00
hostap_download.c Add HostAP wireless driver. 2005-05-12 22:54:16 -04:00
hostap_hw.c [PATCH] hostap: Remove experimental PCI bus master/DMA code 2005-08-14 23:06:27 -04:00
hostap_info.c [PATCH] hostap update 2005-07-30 18:17:23 -04:00
hostap_ioctl.c [PATCH] hostap: Remove experimental PCI bus master/DMA code 2005-08-14 23:06:27 -04:00
hostap_pci.c [PATCH] hostap: Use void *hw_priv instead of #ifdef in local data 2005-08-14 23:06:27 -04:00
hostap_plx.c [PATCH] hostap: Use void *hw_priv instead of #ifdef in local data 2005-08-14 23:06:27 -04:00
hostap_proc.c [PATCH] hostap update 2005-07-30 18:17:23 -04:00
hostap_wlan.h [PATCH] hostap: Use void *hw_priv instead of #ifdef in local data 2005-08-14 23:06:27 -04:00
Kconfig [PATCH] hostap: Replace crypto code with net/ieee80211 version 2005-07-31 00:28:02 -04:00
Makefile [PATCH] hostap: Replace crypto code with net/ieee80211 version 2005-07-31 00:28:02 -04:00