linux/drivers/net/wireless/prism54
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
..
Makefile
isl_38xx.c
isl_38xx.h
isl_ioctl.c prism54: bug in getting auth type 2013-01-22 16:01:29 -05:00
isl_ioctl.h prism54: remove private driver ioctls 2011-11-30 15:08:35 -05:00
isl_oid.h drivers/net: use __packed annotation 2010-06-03 03:18:23 -07:00
islpci_dev.c prism54: remove private driver ioctls 2011-11-30 15:08:35 -05:00
islpci_dev.h net: remove interrupt.h inclusion from netdevice.h 2011-06-06 22:55:11 -07:00
islpci_eth.c wireless: Remove casts to same type 2012-06-06 09:31:33 -07:00
islpci_eth.h drivers/net: use __packed annotation 2010-06-03 03:18:23 -07:00
islpci_hotplug.c net: remove interrupt.h inclusion from netdevice.h 2011-06-06 22:55:11 -07:00
islpci_mgt.c wireless: Remove unnecessary alloc/OOM messages, alloc cleanups 2013-02-04 13:22:34 -05:00
islpci_mgt.h drivers/net: use __packed annotation 2010-06-03 03:18:23 -07:00
oid_mgt.c prism54: replace open-coded ARRAY_SIZE with macro 2012-04-12 15:10:47 -04:00
oid_mgt.h
prismcompat.h