linux_dsm_epyc7002/drivers/net/wireless/hostap
Julia Lawall aca8c6fa46 drivers/net/wireless/hostap: Drop memory allocation cast
Drop cast on the result of kmalloc and similar functions.

The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@@
type T;
@@

- (T *)
  (\(kmalloc\|kzalloc\|kcalloc\|kmem_cache_alloc\|kmem_cache_zalloc\|
   kmem_cache_alloc_node\|kmalloc_node\|kzalloc_node\)(...))
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2010-05-12 16:39:07 -04:00
..
hostap_80211_rx.c drivers/net/wireless/hostap: Drop memory allocation cast 2010-05-12 16:39:07 -04:00
hostap_80211_tx.c
hostap_80211.h
hostap_ap.c
hostap_ap.h
hostap_common.h
hostap_config.h
hostap_cs.c Introduce PCMCIA_DEVICE_PROD_ID3 2010-02-19 15:51:23 -05:00
hostap_download.c
hostap_hw.c wireless: hostap, fix oops due to early probing interrupt 2009-12-21 18:38:49 -05:00
hostap_info.c headers: remove sched.h from interrupt.h 2009-10-11 11:20:58 -07:00
hostap_ioctl.c drivers/net/wireless/hostap: Drop memory allocation cast 2010-05-12 16:39:07 -04:00
hostap_main.c hostap: Revert a toxic part of the conversion to net_device_ops 2009-09-14 14:36:03 -04:00
hostap_pci.c drivers/net/: use DEFINE_PCI_DEVICE_TABLE() 2010-01-07 23:54:26 -08:00
hostap_plx.c drivers/net/: use DEFINE_PCI_DEVICE_TABLE() 2010-01-07 23:54:26 -08:00
hostap_proc.c
hostap_wlan.h
hostap.h
Kconfig wireless: remove WLAN_80211 and WLAN_PRE80211 from Kconfig 2009-10-30 16:50:35 -04:00
Makefile