On Mon, 16 Jan 2017 18:11:35 -0500 Lance Richardson <[email protected]> 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 <[email protected]> > --- Acked-by: Stephen Hemminger <[email protected]>
