On Mon, 16 Jan 2017 18:11:35 -0500 Lance Richardson <lrich...@redhat.com> wrote:
> 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 <lrich...@redhat.com> > --- Acked-by: Stephen Hemminger <step...@networkplumber.org>