UBUNTU: ubuntu: 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, 2 Apr 2012 20:09:13 +0000 (13:09 -0700)
commit0db62269de50ac83a17ae0e52728bef0e04de83c
tree83871a73309482506c8c1229bffe06e819fdfe8b
parent32b0462a44e418a416d10cd0020727e49cd83872
UBUNTU: ubuntu: 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