Removed some debug output statements.

This commit is contained in:
mark 2000-03-31 05:47:27 +00:00
parent 4f26934b26
commit a2786bd850

View file

@ -686,12 +686,6 @@ int prism2sta_initmac(wlandevice_t *wlandev)
goto failed;
}
if ( (result = hfa384x_drvr_getconfig16(hw, HFA384x_RID_MAXLOADTIME, &reg)) ) {
return result;
}
reg = hfa384x2host_16(reg);
WLAN_LOG_DEBUG1(1,"MAXLOADTIME=%d\n", reg);
/* make sure interrupts are disabled and any layabout events cleared */
outw( 0, HFA384x_INTEN(hw->iobase));
outw( 0xffff, HFA384x_EVACK(hw->iobase));