Index: uspace/lib/drv/include/ops/nic.h
===================================================================
--- uspace/lib/drv/include/ops/nic.h	(revision 153cc76acfecd18d9bb208e102fdfe6aa9926b08)
+++ uspace/lib/drv/include/ops/nic.h	(revision d50db30b9e7bcf4dc2e2d61484abd5c23529cc1f)
@@ -37,5 +37,4 @@
 #define LIBDRV_OPS_NIC_H_
 
-#include <net/packet.h>
 #include <ipc/services.h>
 #include <net/device.h>
@@ -46,5 +45,5 @@
 typedef struct nic_iface {
 	/** Mandatory methods */
-	int (*send_message)(ddf_fun_t *, packet_id_t);
+	int (*send_frame)(ddf_fun_t *, void *, size_t);
 	int (*connect_to_nil)(ddf_fun_t *, services_t, nic_device_id_t);
 	int (*get_state)(ddf_fun_t *, nic_device_state_t *);
