and the header...

This commit is contained in:
Jack F Vogel 2010-11-27 00:00:33 +00:00
parent aa26851c4f
commit 38104ecc27

View File

@ -427,6 +427,9 @@ struct adapter {
u64 que_mask;
u32 rx_process_limit;
/* Multicast array memory */
u8 *mta;
/* Misc stats maintained by the driver */
unsigned long dropped_pkts;
unsigned long mbuf_defrag_failed;