|
@@ -967,7 +967,8 @@ int qeth_do_send_packet_fast(struct qeth_qdio_out_q *queue, struct sk_buff *skb,
|
|
|
unsigned int hd_len);
|
|
unsigned int hd_len);
|
|
|
int qeth_do_send_packet(struct qeth_card *card, struct qeth_qdio_out_q *queue,
|
|
int qeth_do_send_packet(struct qeth_card *card, struct qeth_qdio_out_q *queue,
|
|
|
struct sk_buff *skb, struct qeth_hdr *hdr,
|
|
struct sk_buff *skb, struct qeth_hdr *hdr,
|
|
|
- unsigned int hd_len, unsigned int offset, int elements);
|
|
|
|
|
|
|
+ unsigned int offset, unsigned int hd_len,
|
|
|
|
|
+ int elements_needed);
|
|
|
int qeth_do_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
|
|
int qeth_do_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
|
|
|
int qeth_core_get_sset_count(struct net_device *, int);
|
|
int qeth_core_get_sset_count(struct net_device *, int);
|
|
|
void qeth_core_get_ethtool_stats(struct net_device *,
|
|
void qeth_core_get_ethtool_stats(struct net_device *,
|