提交 6634cff1 编写于 作者: W Wolfram Sang 提交者: Greg Kroah-Hartman

staging: ks7010: report interface as wlan not eth

Until we switch to cfg80211 (if ever), we must do this manually.
Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 3fb54d75
......@@ -1033,7 +1033,7 @@ static int ks7010_sdio_probe(struct sdio_func *func,
printk(KERN_ERR "ks7010 : Unable to alloc new net device\n");
goto error_release_irq;
}
if (dev_alloc_name(netdev, netdev->name) < 0) {
if (dev_alloc_name(netdev, "wlan%d") < 0) {
printk(KERN_ERR "ks7010 : Couldn't get name!\n");
goto error_free_netdev;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册