[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090323.134318.106371116.davem@davemloft.net>
Date: Mon, 23 Mar 2009 13:43:18 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: shemminger@...tta.com
CC: netdev@...r.kernel.org
Subject: rndis_wlan netdev ops
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 :-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists