brcmsmac: Remove unnecessary memset casts
authorJoe Perches <joe@perches.com>
Thu, 14 Feb 2013 01:33:21 +0000 (17:33 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 14 Feb 2013 19:24:08 +0000 (14:24 -0500)
commitb56e681b6210a635af4e4eb93ce81b4654851033
treeb4f24e384483d791b197c96fe0483c518f81bc1e
parente81c7e93b8f047bd0fe2cd150b0866c9da4c201d
brcmsmac: Remove unnecessary memset casts

Remove the casts of the first argument of memset.

Neaten the style by using the sizeof the actual variable
being memset not the sizeof the type of variable.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmsmac/main.c