Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/nil/eth/eth.c

    r79ae36dd r28a3e74  
    5959#include <packet_remote.h>
    6060#include <nil_skel.h>
    61 
    62 // FIXME: remove this header
    63 #include <kernel/ipc/ipc_methods.h>
    6461
    6562#include "eth.h"
     
    849846       
    850847        *answer_count = 0;
    851        
    852         if (!IPC_GET_IMETHOD(*call))
     848        switch (IPC_GET_IMETHOD(*call)) {
     849        case IPC_M_PHONE_HUNGUP:
    853850                return EOK;
    854851       
    855         switch (IPC_GET_IMETHOD(*call)) {
    856852        case NET_NIL_DEVICE:
    857853                return eth_device_message(IPC_GET_DEVICE(*call),
Note: See TracChangeset for help on using the changeset viewer.