Skip to content
Commit 53631a5f authored by Lance Richardson's avatar Lance Richardson Committed by David S. Miller
Browse files

bridge: sparse fixes in br_ip6_multicast_alloc_query()



Changed type of csum field in struct igmpv3_query from __be16 to
__sum16 to eliminate type warning, made same change in struct
igmpv3_report for consistency.

Fixed up an ntohs() where htons() should have been used instead.

Signed-off-by: default avatarLance Richardson <lrichard@redhat.com>
Acked-by: default avatarStephen Hemminger <stephen@networkplumber.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 580bdf56
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment