mac80211: clean up channel type config
[linux-2.6/libata-dev.git] / drivers / staging / benet / fwcmd_types_bmap.h
blob92217aff3a166c63b5c63c441b131486e62bbfff
1 /*
2 * Copyright (C) 2005 - 2008 ServerEngines
3 * All rights reserved.
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License version 2
7 * as published by the Free Software Foundation. The full GNU General
8 * Public License is included in this distribution in the file called COPYING.
10 * Contact Information:
11 * linux-drivers@serverengines.com
13 * ServerEngines
14 * 209 N. Fair Oaks Ave
15 * Sunnyvale, CA 94085
18 * Autogenerated by srcgen version: 0127
20 #ifndef __fwcmd_types_bmap_h__
21 #define __fwcmd_types_bmap_h__
23 /* MAC address format */
24 struct MAC_ADDRESS_FORMAT {
25 u16 SizeOfStructure;
26 u8 MACAddress[6];
27 } __packed;
29 #endif /* __fwcmd_types_bmap_h__ */