View | Details | Raw Unified | Return to bug 39560
Collapse All | Expand All

(-)src/sys/dev/wi/wi_hostap.c (+5 lines)
Line 344 Link Here
344
#if defined(__alpha__) || defined(__sparc64__)
345
	return (a[0] == b[0] && a[1] == b[1] && a[2] == b[2] &&
346
		a[3] == b[3] && a[4] == b[4] && a[5] == b[5]);
347
#else
Line 346 Link Here
350
#endif

Return to bug 39560