android_kernel_samsung_msm8976/drivers/net/wireless/hostap
Dominik Brodowski f8cfa618dc [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback
Unify the EVENT_CARD_INSERTION and "attach" callbacks to one unified
probe() callback. As all in-kernel drivers are changed to this new
callback, there will be no temporary backwards-compatibility. Inside a
probe() function, each driver _must_ set struct pcmcia_device
*p_dev->instance and instance->handle correctly.

With these patches, the basic driver interface for 16-bit PCMCIA drivers
now has the classic four callbacks known also from other buses:

        int (*probe)            (struct pcmcia_device *dev);
        void (*remove)          (struct pcmcia_device *dev);

        int (*suspend)          (struct pcmcia_device *dev);
        int (*resume)           (struct pcmcia_device *dev);

Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
2006-01-06 00:03:24 +01:00
..
hostap.h
hostap_80211.h
hostap_80211_rx.c [PATCH] hostap: Add support for WE-19 2005-09-24 03:33:51 -04:00
hostap_80211_tx.c
hostap_ap.c [PATCH] hostap: Add support for WE-19 2005-09-24 03:33:51 -04:00
hostap_ap.h
hostap_common.h
hostap_config.h
hostap_cs.c [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback 2006-01-06 00:03:24 +01:00
hostap_download.c
hostap_hw.c [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
hostap_info.c
hostap_ioctl.c drivers/net: Remove pointless checks for NULL prior to calling kfree() 2005-10-28 16:53:13 -04:00
hostap_main.c [PATCH] hostap: rename hostap.c to hostap_main.c 2005-11-16 14:13:20 -05:00
hostap_pci.c [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
hostap_plx.c [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
hostap_proc.c
hostap_wlan.h [PATCH] hostap: Remove hw specific dev_open/close handlers 2005-10-03 22:00:08 -04:00
Kconfig
Makefile [PATCH] hostap: rename hostap.c to hostap_main.c 2005-11-16 14:13:20 -05:00