Searched hist:"53631 a5f9c6669264adb7b4e92fd95d1d6ffa7d3" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | igmp.h | diff 53631a5f9c6669264adb7b4e92fd95d1d6ffa7d3 Mon Jan 16 17:11:35 CST 2017 Lance Richardson <lrichard@redhat.com> 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: Lance Richardson <lrichard@redhat.com> Acked-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/bridge/ |
H A D | br_multicast.c | diff 53631a5f9c6669264adb7b4e92fd95d1d6ffa7d3 Mon Jan 16 17:11:35 CST 2017 Lance Richardson <lrichard@redhat.com> 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: Lance Richardson <lrichard@redhat.com> Acked-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|