UBUNTU: SAUCE: ndiswrapper: convert multicast list to list_head
authorLeann Ogasawara <leann.ogasawara@canonical.com>
Thu, 3 Jun 2010 20:34:15 +0000 (13:34 -0700)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 28 Mar 2011 13:48:45 +0000 (06:48 -0700)
commitf73c2a3f9d096c371d884663129f4a8347f76cef
tree985d343089d228114f23335632aa1ba7a965ae70
parent0c32a8b72a396a5b39138021aeec60d3615b3e65
UBUNTU: SAUCE: ndiswrapper: convert multicast list to list_head

The following upstream commit removed mc_count from struct net_device
and converts multicast lists to list_head:

  commit 22bedad3ce112d5ca1eaf043d4990fa2ed698c87
  Author: Jiri Pirko <jpirko@redhat.com>
  Date:   Thu Apr 1 21:22:57 2010 +0000

    net: convert multicast list to list_head

Thus, we need to convert ndiscrapper to incorporate the same changes to
avoid build failures.

Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
ubuntu/ndiswrapper/wrapndis.c