--- getlhs.c.orig 2003-07-25 14:11:24.000000000 +0200 +++ getlhs.c 2004-11-21 15:58:06.624750384 +0100 @@ -102,7 +102,7 @@ } else if (strstr(ifname, "atm")) { linkhdr_size = 0; return 0; - } else if ( strstr(ifname, "wlan") ) { + } else if ( strstr(ifname, "wlan") || strstr(ifname, "ath")) { linkhdr_size = WLANHDR_SIZE; return 0; }