svn commit: r345307 - head/sys/dev/cxgbe/iw_cxgbe

Navdeep Parhar np at FreeBSD.org
Tue Mar 19 19:11:45 UTC 2019


Author: np
Date: Tue Mar 19 19:11:44 2019
New Revision: 345307
URL: https://svnweb.freebsd.org/changeset/base/345307

Log:
  iw_cxgbe: Remove unused smac_idx from the ep structure.
  
  Submitted by:	Krishnamraju Eraparaju @ Chelsio

Modified:
  head/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h

Modified: head/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
==============================================================================
--- head/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h	Tue Mar 19 18:07:44 2019	(r345306)
+++ head/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h	Tue Mar 19 19:11:44 2019	(r345307)
@@ -859,7 +859,6 @@ struct c4iw_ep {
 	unsigned int mpa_pkt_len;
 	u32 ird;
 	u32 ord;
-	u32 smac_idx;
 	u32 tx_chan;
 	u32 mtu;
 	u16 mss;


More information about the svn-src-all mailing list