PERFORCE change 122569 for review
Tai-hwa Liang
avatar at FreeBSD.org
Sat Jun 30 10:02:55 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=122569
Change 122569 by avatar at avatar_t40 on 2007/06/30 10:02:49
Fixing IPW_DEBUG build.
Reviewed by: sam
MFP4 after: 3 days
Affected files ...
.. //depot/projects/wifi/sys/dev/ipw/if_ipw.c#16 edit
Differences ...
==== //depot/projects/wifi/sys/dev/ipw/if_ipw.c#16 (text+ko) ====
@@ -1847,7 +1847,8 @@
#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
More information about the p4-projects
mailing list