[MINI2440] Updated defconfig to add (optional) packages
[openwrt/mini2440.git] / package / broadcom-wl / src / driver / proto / 802.3.h
blob54a17c24edf33d2274dec4accf6b11a78c4c4aa7
1 /*
2 * Copyright 2007, Broadcom Corporation
3 * All Rights Reserved.
4 *
5 * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Broadcom Corporation;
6 * the contents of this file may not be disclosed to third parties, copied
7 * or duplicated in any form, in whole or in part, without the prior
8 * written permission of Broadcom Corporation.
10 * Fundamental constants relating to 802.3
12 * $Id$
15 #ifndef _802_3_h_
16 #define _802_3_h_
18 #define SNAP_HDR_LEN 6 /* 802.3 LLC/SNAP header length */
20 #endif /* #ifndef _802_3_h_ */