Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 71947
Collapse All | Expand All

(-)getlhs.c.orig (-1 / +1 lines)
Lines 102-108 Link Here
102
	} else if (strstr(ifname, "atm")) {
102
	} else if (strstr(ifname, "atm")) {
103
		linkhdr_size = 0;
103
		linkhdr_size = 0;
104
		return 0;
104
		return 0;
105
	} else if ( strstr(ifname, "wlan") ) {
105
	} else if ( strstr(ifname, "wlan") || strstr(ifname, "ath")) {
106
		linkhdr_size = WLANHDR_SIZE;
106
		linkhdr_size = WLANHDR_SIZE;
107
		return 0;
107
		return 0;
108
	}
108
	}

Return to bug 71947