From: Dan Williams Date: Fri, 25 May 2007 17:13:25 +0000 (-0400) Subject: [PATCH] libertas: call SET_NETDEV_DEV from common code X-Git-Tag: v2.6.22-rc5~44^2~2^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7732ca45c68f893689a8c0d8c6e2eb2bfefbc087;p=pandora-kernel.git [PATCH] libertas: call SET_NETDEV_DEV from common code Move usage of SET_NETDEV_DEV into common code since it has nothing to do with bus-specific devices. Also fixes a bug where the mesh device was getting SET_NETDEV_DEV called after register_netdevice, resulting in no 'device' link in /sys/class/net/mshX/. Signed-off-by: Dan Williams Signed-off-by: John W. Linville --- Reading git-diff-tree failed