summaryrefslogtreecommitdiffstats
path: root/sys/dev/ipw
diff options
context:
space:
mode:
authoravatar <avatar@FreeBSD.org>2007-07-05 15:06:49 +0000
committeravatar <avatar@FreeBSD.org>2007-07-05 15:06:49 +0000
commitc8a2920135a98f11ac0fc0b8e3f25a5b375ebbc9 (patch)
tree665354b72d257c019d4af316ec6903b3c619b497 /sys/dev/ipw
parent7eef2117621678a07bd87ae59a74ccefe0875c4e (diff)
downloadFreeBSD-src-c8a2920135a98f11ac0fc0b8e3f25a5b375ebbc9.zip
FreeBSD-src-c8a2920135a98f11ac0fc0b8e3f25a5b375ebbc9.tar.gz
MFp4: Fixing IPW_DEBUG enabled builds by converting the last piece of
ic->ic_des_essid to ic->ic_des_ssid[0]. Reviewed by: sam Approved by: re (kensmith)
Diffstat (limited to 'sys/dev/ipw')
-rw-r--r--sys/dev/ipw/if_ipw.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ipw/if_ipw.c b/sys/dev/ipw/if_ipw.c
index 0f412db..ec85e31 100644
--- a/sys/dev/ipw/if_ipw.c
+++ b/sys/dev/ipw/if_ipw.c
@@ -1847,7 +1847,8 @@ ipw_config(struct ipw_softc *sc)
#ifdef IPW_DEBUG
if (ipw_debug > 0) {
printf("Setting ESSID to ");
- ieee80211_print_essid(ic->ic_des_essid, ic->ic_des_esslen);
+ ieee80211_print_essid(ic->ic_des_ssid[0].ssid,
+ ic->ic_des_ssid[0].len);
printf("\n");
}
#endif
OpenPOWER on IntegriCloud