View | Details | Raw Unified | Return to bug 197143 | Differences between
and this patch

Collapse All | Expand All

(-)sys/dev/wpi/if_wpi.c (-1 / +1 lines)
Lines 1370-1376 Link Here
1370
1370
1371
	for (i = 0; i < band->nchan; i++) {
1371
	for (i = 0; i < band->nchan; i++) {
1372
		if (!(channels[i].flags & WPI_EEPROM_CHAN_VALID)) {
1372
		if (!(channels[i].flags & WPI_EEPROM_CHAN_VALID)) {
1373
			DPRINTF(sc, WPI_DEBUG_HW,
1373
			DPRINTF(sc, WPI_DEBUG_EEPROM,
1374
			    "Channel Not Valid: %d, band %d\n",
1374
			    "Channel Not Valid: %d, band %d\n",
1375
			     band->chan[i],n);
1375
			     band->chan[i],n);
1376
			continue;
1376
			continue;

Return to bug 197143