linux_dsm_epyc7002/drivers/net/wireless/ipw2x00
Joe Perches 0d2e7a5c60 wireless: Remove unnecessary alloc/OOM messages, alloc cleanups
alloc failures already get standardized OOM
messages and a dump_stack.

Convert kzalloc's with multiplies to kcalloc.
Convert kmalloc's with multiplies to kmalloc_array.
Remove now unused variables.
Remove unnecessary memset after kzalloc->kcalloc.
Whitespace cleanups for these changes.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-02-04 13:22:34 -05:00
..
ipw2100.c wireless: Remove unnecessary alloc/OOM messages, alloc cleanups 2013-02-04 13:22:34 -05:00
ipw2100.h treewide: fix typo of "suport" in various comments and Kconfig 2012-11-19 14:16:09 +01:00
ipw2200.c remove init of dev->perm_addr in drivers 2013-01-08 18:00:48 -08:00
ipw2200.h net/wireless: ipw2x00: remove unused definitions for regulatory domain 2012-03-12 14:19:37 -04:00
ipw.h net/wireless: ipw2x00: add supported cipher suites to wiphy initialization 2012-04-12 15:10:48 -04:00
Kconfig
libipw_geo.c net/wireless: ipw2x00: remove unreachable code 2012-11-16 14:29:06 -05:00
libipw_module.c drivers/net: Remove alloc_etherdev error messages 2012-01-31 16:20:48 -05:00
libipw_rx.c wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFIC 2012-10-18 09:01:54 +02:00
libipw_tx.c ipw2x00: comment typo fix encryptiong to encryption 2011-09-15 14:20:31 +02:00
libipw_wx.c ipw2x00: silence GCC warning for unused variable 'dev' 2012-09-24 15:02:08 -04:00
libipw.h net/wireless: ipw2x00: remove unreachable code 2012-11-16 14:29:06 -05:00
Makefile