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

Collapse All | Expand All

(-)if_wx.c (-1 / +1 lines)
Lines 1087-1093 Link Here
1087
1087
1088
			/*
1088
			/*
1089
			 * If this packet is too small for the chip's minimum,
1089
			 * If this packet is too small for the chip's minimum,
1090
			 * break out to to cluster it.
1090
			 * break out to cluster it.
1091
			 */
1091
			 */
1092
			if (m->m_len < WX_MIN_RPKT_SIZE) {
1092
			if (m->m_len < WX_MIN_RPKT_SIZE) {
1093
				sc->wx_xmitrunt++;
1093
				sc->wx_xmitrunt++;

Return to bug 30002