From owner-freebsd-net Thu Feb 14 14:20:53 2002 Delivered-To: freebsd-net@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id C3B0E37B400 for ; Thu, 14 Feb 2002 14:20:49 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id g1EMKmZ30049; Thu, 14 Feb 2002 17:20:48 -0500 (EST) (envelope-from wollman) Date: Thu, 14 Feb 2002 17:20:48 -0500 (EST) From: Garrett Wollman Message-Id: <200202142220.g1EMKmZ30049@khavrinen.lcs.mit.edu> To: Vinod Namboodiri Cc: freebsd-net@FreeBSD.ORG Subject: MAC Layer of TCP/IP stack In-Reply-To: <20020214221615.23759.qmail@web21101.mail.yahoo.com> References: <20020214221615.23759.qmail@web21101.mail.yahoo.com> Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org < said: > i need to be modifying the firmware of the wireless > network card which probably has the mac layer code? The MAC layer is almost invariably implemented in hardware for modern network interfaces. In the case of wireless networks, that's usually firmware running on a microcontroller inside the card, although controllers differ as to the amount of functionality assumed by the firmware. FreeBSD's network stack implements support for Ethernet-like devices from the LLC sublayer up. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message