Date: Tue, 19 Mar 2019 19:11:44 +0000 (UTC) From: Navdeep Parhar <np@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r345307 - head/sys/dev/cxgbe/iw_cxgbe Message-ID: <201903191911.x2JJBi6E009533@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903191911.x2JJBi6E009533>