commit | 876d4515e38dfcec4346968caf6a0c9c8176ea0b | [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 | 9c4cffacec7b76299e74cb09e074a21fb6609dbe [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