commit | 461511b9f13403ceb832eac5ab37c6a150d9a106 | [log] [tgz] |
---|---|---|
author | Claudiu Manoil <claudiu.manoil@freescale.com> | Mon Sep 30 12:44:40 2013 +0300 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Fri Nov 22 16:57:47 2013 -0600 |
tree | 1b1d9b6b69632428ec6012bc6a0fc03a03c1d7a6 | |
parent | 5c4735748e37c5eeead008167d652038a0bd7ad9 [diff] |
net: tsec: Fix and cleanup tsec_mcast_addr() There are several implementation issues for tsec_mcast_addr() addressed by this patch: * unmanaged, not portable r/w access to registers; fixed with setbits_be32()/ clrbits_be32() * use of volatile pointers * unnecessary forced cast to u8 for the ether_crc() result * removed redundant parens * corrected some comment slips Signed-off-by: Claudiu Manoil <claudiu.manoil@freescale.com> Patch: 279000