android_kernel_samsung_msm8976/drivers/net/wireless/hostap
Yoann Padioleau 6dbc9c89fb [PATCH] dev->priv to netdev_priv(dev), for drivers/net/wireless
Replacing accesses to dev->priv to netdev_priv(dev). The replacment
is safe when netdev_priv is used to access a private structure that is
right next to the net_device structure in memory. Cf
http://groups.google.com/group/comp.os.linux.development.system/browse_thread/thread/de19321bcd94dbb8/0d74a4adcd6177bd
This is the case when the net_device structure was allocated with
a call to alloc_netdev or one of its derivative.

Signed-off-by: Yoann Padioleau <padator@wanadoo.fr>
Cc: mcgrof@gmail.com
Cc: linux-wireless@vger.kernel.org
Cc: akpm@linux-foundation.org
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2007-10-10 16:49:37 -07:00
..
hostap.h
hostap_80211.h
hostap_80211_rx.c
hostap_80211_tx.c
hostap_ap.c [PATCH] hostap: Use list_for_each_entry 2007-07-08 22:16:37 -04:00
hostap_ap.h
hostap_common.h
hostap_config.h [PATCH] hostap: Remove driver version number 2007-07-08 22:16:38 -04:00
hostap_cs.c [PATCH] dev->priv to netdev_priv(dev), for drivers/net/wireless 2007-10-10 16:49:37 -07:00
hostap_download.c
hostap_hw.c [PATCH] dev->priv to netdev_priv(dev), for drivers/net/wireless 2007-10-10 16:49:37 -07:00
hostap_info.c
hostap_ioctl.c [PATCH] dev->priv to netdev_priv(dev), for drivers/net/wireless 2007-10-10 16:49:37 -07:00
hostap_main.c [NET]: Make /proc/net per network namespace 2007-10-10 16:49:06 -07:00
hostap_pci.c PCI: remove useless pci driver method 2007-07-11 16:02:08 -07:00
hostap_plx.c PCI: remove useless pci driver method 2007-07-11 16:02:08 -07:00
hostap_proc.c
hostap_wlan.h [PATCH] Use mutex instead of semaphore in the Host AP driver 2007-10-10 16:49:36 -07:00
Kconfig
Makefile