Page MenuHomeFreeBSD

D35751.diff
No OneTemporary

D35751.diff

diff --git a/sys/dev/wtap/wtap_hal/hal.c b/sys/dev/wtap/wtap_hal/hal.c
--- a/sys/dev/wtap/wtap_hal/hal.c
+++ b/sys/dev/wtap/wtap_hal/hal.c
@@ -183,7 +183,7 @@
hal->hal_devs[id]->sc_md = hal->hal_md;
hal->hal_devs[id]->id = id;
snprintf(hal->hal_devs[id]->name, sizeof(hal->hal_devs[id]->name),
- "wlan%d", id);
+ "wtap%d", id);
mtx_init(&hal->hal_devs[id]->sc_mtx, "wtap_softc mtx", NULL,
MTX_DEF | MTX_RECURSE);

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 2, 3:39 PM (1 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29162714
Default Alt Text
D35751.diff (438 B)

Event Timeline