diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2015-05-25 13:51:13 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2015-05-25 13:51:13 +0000 |
| commit | c8550c0278f7af3050427d3abe4a05dd6113f2f4 (patch) | |
| tree | 20c52d5b70928dbf070e0479f87a9ad4dd8df9e2 /sys/dev/usb/wlan/if_ural.c | |
| parent | ef6fa9e26d4074c432dc35f404048761812ce941 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/wlan/if_ural.c')
| -rw-r--r-- | sys/dev/usb/wlan/if_ural.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/wlan/if_ural.c b/sys/dev/usb/wlan/if_ural.c index c81b708be2ae9..ad0871ea623ec 100644 --- a/sys/dev/usb/wlan/if_ural.c +++ b/sys/dev/usb/wlan/if_ural.c @@ -473,6 +473,7 @@ ural_attach(device_t self) IFQ_SET_READY(&ifp->if_snd); ic->ic_ifp = ifp; + ic->ic_name = device_get_nameunit(self); ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ /* set device capabilities */ |
