blob: a19e3a9882ebfd93ddd6571e1090ad94353e4216 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/driver/wl_linux.c
+++ b/driver/wl_linux.c
@@ -1560,7 +1560,7 @@ wl_add_if(wl_info_t *wl, struct wlc_if*
wl_if_setup(wlif->dev);
- sprintf(wlif->dev->name, "%s%d.%d", devname, wl->pub->unit, wlif->subunit);
+ sprintf(wlif->dev->name, "%s%d-%d", devname, wl->pub->unit, wlif->subunit);
if (remote)
bcopy(remote, &wlif->remote, ETHER_ADDR_LEN);
|