1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2002 Intersil Americas Inc.
10 #include "islpci_dev.h"
13 __le16 unk0
; /* = 0x0000 */
14 __le16 length
; /* = 0x1400 */
15 __le32 clock
; /* 1MHz clock */
26 struct rx_annex_header
{
29 struct rfmon_header rfmon
;
32 /* wlan-ng (and hopefully others) AVS header, version one. Fields in
33 * network byte order. */
34 #define P80211CAPTURE_VERSION 0x80211001
36 struct avs_80211_1_header
{
53 void islpci_eth_cleanup_transmit(islpci_private
*, isl38xx_control_block
*);
54 netdev_tx_t
islpci_eth_transmit(struct sk_buff
*, struct net_device
*);
55 int islpci_eth_receive(islpci_private
*);
56 void islpci_eth_tx_timeout(struct net_device
*, unsigned int txqueue
);
57 void islpci_do_reset_and_wake(struct work_struct
*);
59 #endif /* _ISL_GEN_H */