Removed some debug output statements.
This commit is contained in:
parent
4f26934b26
commit
a2786bd850
|
@ -686,12 +686,6 @@ int prism2sta_initmac(wlandevice_t *wlandev)
|
|||
goto failed;
|
||||
}
|
||||
|
||||
if ( (result = hfa384x_drvr_getconfig16(hw, HFA384x_RID_MAXLOADTIME, ®)) ) {
|
||||
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));
|
||||
|
|
Loading…
Reference in a new issue