linux/drivers/net/wireless/brcm80211
Larry Finger 00d2ec0c5f brcmsmac: Replace kmalloc/memset with kzalloc
In ai_attach(), space is allocated for an si_info struct. Immediately
after the allocation, routine ai_doattach() is called and that allocated
space is set to zero. As no other routine calls ai_doattach(), kzalloc()
can be utilized.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Acked-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-12-15 14:46:37 -05:00
..
brcmfmac brcm80211: fmac: remove drive strength code for unsupported chips 2011-12-13 15:31:20 -05:00
brcmsmac brcmsmac: Replace kmalloc/memset with kzalloc 2011-12-15 14:46:37 -05:00
brcmutil brcm80211: util: remove pointer traversal from brcmu_pkt_buf_free_skb 2011-11-11 14:28:43 -05:00
include brcm80211: smac: use bcma core access functions in otp.c 2011-12-13 15:47:58 -05:00
Kconfig brcm80211: smac: change from pci device driver to bcma device driver 2011-12-13 15:31:59 -05:00
Makefile