bridge: add a missing ntohs()
authorEric Dumazet <eric.dumazet@gmail.com>
Tue, 20 Apr 2010 03:20:05 +0000 (03:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 Apr 2010 01:51:57 +0000 (18:51 -0700)
grec_nsrcs is in network order, we should convert to host horder in
br_multicast_igmp3_report()

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found