Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
islpci_eth.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2002 Intersil Americas Inc.
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation; either version 2 of the License
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  * GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License
14  * along with this program; if not, write to the Free Software
15  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16  *
17  */
18 
19 #ifndef _ISLPCI_ETH_H
20 #define _ISLPCI_ETH_H
21 
22 #include "isl_38xx.h"
23 #include "islpci_dev.h"
24 
25 struct rfmon_header {
26  __le16 unk0; /* = 0x0000 */
27  __le16 length; /* = 0x1400 */
28  __le32 clock; /* 1MHz clock */
36  u8 padding[3];
37 } __packed;
38 
43 } __packed;
44 
45 /* wlan-ng (and hopefully others) AVS header, version one. Fields in
46  * network byte order. */
47 #define P80211CAPTURE_VERSION 0x80211001
48 
64 };
65 
69 void islpci_eth_tx_timeout(struct net_device *);
71 
72 #endif /* _ISL_GEN_H */