commit | 6a9b6546164fb380a019f92ca4d76443202fdc4f | [log] [tgz] |
---|---|---|
author | Florian Fainelli <florian@openwrt.org> | Wed Jun 24 16:32:33 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 24 18:03:11 2009 -0700 |
tree | 870227e74447bd985d7fe6bfe4821c482d4d4158 | |
parent | 245acb87729bc76ba65c7476665c01837e0cdccb [diff] |
cpmac: fix compilation failure introduced with netdev_ops conversion This patch fixes and obvious typo in the netdev_ops initialization: ndo_so_ioctl should be ndo_do_ioctl. Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: David S. Miller <davem@davemloft.net>