2 * Copyright (C) 2002 Intersil Americas Inc.
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
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.
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
23 #include "islpci_dev.h"
26 __le16 unk0; /* = 0x0000 */
27 __le16 length; /* = 0x1400 */
28 __le32 clock; /* 1MHz clock */
37 } __attribute__ ((packed));
39 struct rx_annex_header {
42 struct rfmon_header rfmon;
43 } __attribute__ ((packed));
45 /* wlan-ng (and hopefully others) AVS header, version one. Fields in
46 * network byte order. */
47 #define P80211CAPTURE_VERSION 0x80211001
49 struct avs_80211_1_header {
66 void islpci_eth_cleanup_transmit(islpci_private *, isl38xx_control_block *);
67 int islpci_eth_transmit(struct sk_buff *, struct net_device *);
68 int islpci_eth_receive(islpci_private *);
69 void islpci_eth_tx_timeout(struct net_device *);
70 void islpci_do_reset_and_wake(struct work_struct *);
72 #endif /* _ISL_GEN_H */