~indicator-network-developers/ofono/trunk.packaging

« back to all changes in this revision

Viewing changes to gisi/netlink.c

  • Committer: Kalle Valo
  • Date: 2011-02-21 07:46:07 UTC
  • mfrom: (2738.1.2125)
  • Revision ID: kalle.valo@canonical.com-20110221074607-u4rocuj2p75kpht9
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
#include <glib.h>
42
42
 
43
43
#include "netlink.h"
44
 
#include "modem.h"
45
44
 
46
45
#ifndef ARPHRD_PHONET
47
46
#define ARPHRD_PHONET (820)
147
146
        const struct rtattr *rta;
148
147
        int len;
149
148
        const char *ifname = NULL;
150
 
        GIsiPhonetLinkState st;
 
149
        enum GIsiPhonetLinkState st;
151
150
        unsigned interface;
152
151
 
153
152
        ifi = NLMSG_DATA(nlh);