netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* rndis_wlan netdev ops
@ 2009-03-23 20:43 David Miller
  2009-03-23 21:00 ` Stephen Hemminger
  0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2009-03-23 20:43 UTC (permalink / raw)
  To: shemminger; +Cc: netdev


This is the only driver that won't build for me with
the netdev ops compat option disabled.

It's trying to override the ->set_mutlicast_list op value
of it's parent device.

Did you hit this one and I just missed it or is it not handled
yet?

Probably what we'll have to do for this case is allocate a
netdev_ops copy so that the ->set_multicast_list can be set
to a new value.  But that defeats the whole purpose of netdev
ops so I assume you have other plans :-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-03-25  7:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-23 20:43 rndis_wlan netdev ops David Miller
2009-03-23 21:00 ` Stephen Hemminger
2009-03-23 21:31   ` David Miller
2009-03-25  7:04     ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).