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)
This commit is contained in:
Tai-hwa Liang 2007-07-05 15:06:49 +00:00
parent 41ec374660
commit 798a64346d

View file

@ -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