Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6634cff1 authored by Wolfram Sang's avatar Wolfram Sang Committed by Greg Kroah-Hartman
Browse files

staging: ks7010: report interface as wlan not eth



Until we switch to cfg80211 (if ever), we must do this manually.

Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3fb54d75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}