mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
41ec374660
commit
798a64346d
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue