Remove references to I40E_ETH_P_LLDP and use ETH_P_LLDP instead.
Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
        u8 tunnel_type;
 };
 
-#define I40E_ETH_P_LLDP                        0x88cc
-
 #define I40E_DCB_PRIO_TYPE_STRICT      0
 #define I40E_DCB_PRIO_TYPE_ETS         1
 #define I40E_DCB_STRICT_PRIO_CREDITS   127
 
                        }
                        ret = i40e_aq_add_rem_control_packet_filter(&pf->hw,
                                                pf->hw.mac.addr,
-                                               I40E_ETH_P_LLDP, 0,
+                                               ETH_P_LLDP, 0,
                                                pf->vsi[pf->lan_vsi]->seid,
                                                0, true, NULL, NULL);
                        if (ret) {
 
                        ret = i40e_aq_add_rem_control_packet_filter(&pf->hw,
                                                pf->hw.mac.addr,
-                                               I40E_ETH_P_LLDP, 0,
+                                               ETH_P_LLDP, 0,
                                                pf->vsi[pf->lan_vsi]->seid,
                                                0, false, NULL, NULL);
                        if (ret) {