Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.development.apps > #400

Question about .ndo_set_multicast_list in kernel 3.2.0-rc3

From Jan Panteltje <pNaonStpealmtje@yahoo.com>
Newsgroups comp.os.linux.development.apps
Subject Question about .ndo_set_multicast_list in kernel 3.2.0-rc3
Date 2012-01-25 10:49 +0000
Organization Datemas.de http://www.news.datemas.de
Message-ID <jfomon$93u$1@news.datemas.de> (permalink)

Show all headers | View raw


I am trying to compile some wireless driver source code that
works OK in kernel 2.6.38-8 to 3.2.0.

There seems to be a change in the  linux-2.6.37.6/include/linux/netdevice.h,
this one has, in struct net_device_ops:
 void            (*ndo_set_multicast_list)(struct net_device *dev)

while this is missing in the kernel 3.2.0.rc3 header.
There seem to be some changes mentioned and referred to as 'extern''.
However a grep in the 3.2.0 source does not find any reference to ndo_set_multicast_list.

So I get a compile error...

Any idea what happened, or how to go around this?
This is not my driver source, and listed as belonging to Broadcom.
I grabbed it from recent Ubuntu, but am compiling in slackware with kernel 3.2.
Without this driver no wireless on this notebook.

I could rewrite the driver, but I could also program the next mars mission.
In both cases crashes are a possibility,

Maybe I should drop multicast, but anyways anybody been playing with wireless in 3.2 ?


Back to comp.os.linux.development.apps | Previous | NextNext in thread | Find similar


Thread

Question about .ndo_set_multicast_list in kernel 3.2.0-rc3 Jan Panteltje <pNaonStpealmtje@yahoo.com> - 2012-01-25 10:49 +0000
  Re: Question about .ndo_set_multicast_list in kernel 3.2.0-rc3 Jan Panteltje <pNaonStpealmtje@yahoo.com> - 2012-01-25 12:53 +0000
    Re: Question about .ndo_set_multicast_list in kernel 3.2.0-rc3 John Hasler <jhasler@newsguy.com> - 2012-01-25 07:36 -0600
      Re: Question about .ndo_set_multicast_list in kernel 3.2.0-rc3 Jan Panteltje <pNaonStpealmtje@yahoo.com> - 2012-01-25 17:33 +0000

csiph-web