diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2015-05-25 18:50:26 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2015-05-25 18:50:26 +0000 |
| commit | 59686fe93550b9811472226276fe09ccad55866f (patch) | |
| tree | 440e9e762f55c66a42ab04bb26fd1b56566d7c82 /sys/dev/wi | |
| parent | b66af287ad63260cc2642736d7bbb4cd18a48deb (diff) | |
Notes
Diffstat (limited to 'sys/dev/wi')
| -rw-r--r-- | sys/dev/wi/if_wi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index 8f793c578387b..8ad56a0969b05 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -345,6 +345,7 @@ wi_attach(device_t dev) IFQ_SET_READY(&ifp->if_snd); ic->ic_ifp = ifp; + ic->ic_softc = sc; ic->ic_name = device_get_nameunit(dev); ic->ic_phytype = IEEE80211_T_DS; ic->ic_opmode = IEEE80211_M_STA; |
