aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nl802154.h
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
commit8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch)
treea8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /include/linux/nl802154.h
parent406089d01562f1e2bf9f089fd7637009ebaad589 (diff)
Patched in Tegra support.
Diffstat (limited to 'include/linux/nl802154.h')
-rw-r--r--include/linux/nl802154.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/nl802154.h b/include/linux/nl802154.h
index fd4f2d1cdf6..33d9f517510 100644
--- a/include/linux/nl802154.h
+++ b/include/linux/nl802154.h
@@ -68,7 +68,6 @@ enum {
68 IEEE802154_ATTR_CHANNEL_PAGE_LIST, 68 IEEE802154_ATTR_CHANNEL_PAGE_LIST,
69 69
70 IEEE802154_ATTR_PHY_NAME, 70 IEEE802154_ATTR_PHY_NAME,
71 IEEE802154_ATTR_DEV_TYPE,
72 71
73 __IEEE802154_ATTR_MAX, 72 __IEEE802154_ATTR_MAX,
74}; 73};
@@ -127,13 +126,4 @@ enum {
127 126
128#define IEEE802154_CMD_MAX (__IEEE802154_CMD_MAX - 1) 127#define IEEE802154_CMD_MAX (__IEEE802154_CMD_MAX - 1)
129 128
130enum {
131 __IEEE802154_DEV_INVALID = -1,
132
133 IEEE802154_DEV_WPAN,
134 IEEE802154_DEV_MONITOR,
135
136 __IEEE802154_DEV_MAX,
137};
138
139#endif 129#endif