aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/spider_net.h
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2012-03-04 19:47:13 -0500
committerGlenn Elliott <gelliott@cs.unc.edu>2012-03-04 19:47:13 -0500
commitc71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch)
treeecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /drivers/net/spider_net.h
parentea53c912f8a86a8567697115b6a0d8152beee5c8 (diff)
parent6a00f206debf8a5c8899055726ad127dbeeed098 (diff)
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts: litmus/sched_cedf.c
Diffstat (limited to 'drivers/net/spider_net.h')
-rw-r--r--drivers/net/spider_net.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/spider_net.h b/drivers/net/spider_net.h
index 05f74cbdd617..020f64a8fcf7 100644
--- a/drivers/net/spider_net.h
+++ b/drivers/net/spider_net.h
@@ -429,12 +429,6 @@ struct spider_net_descr_chain {
429 * 701b8000 would be correct, but every packets gets that flag */ 429 * 701b8000 would be correct, but every packets gets that flag */
430#define SPIDER_NET_DESTROY_RX_FLAGS 0x700b8000 430#define SPIDER_NET_DESTROY_RX_FLAGS 0x700b8000
431 431
432/* this will be bigger some time */
433struct spider_net_options {
434 int rx_csum; /* for rx: if 0 ip_summed=NONE,
435 if 1 and hw has verified, ip_summed=UNNECESSARY */
436};
437
438#define SPIDER_NET_DEFAULT_MSG ( NETIF_MSG_DRV | \ 432#define SPIDER_NET_DEFAULT_MSG ( NETIF_MSG_DRV | \
439 NETIF_MSG_PROBE | \ 433 NETIF_MSG_PROBE | \
440 NETIF_MSG_LINK | \ 434 NETIF_MSG_LINK | \
@@ -487,7 +481,6 @@ struct spider_net_card {
487 /* for ethtool */ 481 /* for ethtool */
488 int msg_enable; 482 int msg_enable;
489 struct spider_net_extra_stats spider_stats; 483 struct spider_net_extra_stats spider_stats;
490 struct spider_net_options options;
491 484
492 /* Must be last item in struct */ 485 /* Must be last item in struct */
493 struct spider_net_descr darray[0]; 486 struct spider_net_descr darray[0];