aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac802154
diff options
context:
space:
mode:
authorVarka Bhadram <varkabhadram@gmail.com>2015-06-23 16:03:44 +0530
committerMarcel Holtmann <marcel@holtmann.org>2015-07-23 17:10:48 +0200
commit927e031c7cb266e5f7fd600899f1603813ee7439 (patch)
tree0614a41c7087ff64a2271b21719203017159175e /net/mac802154
parentmac802154: use WARN_ON() macro (diff)
downloadlinux-dev-927e031c7cb266e5f7fd600899f1603813ee7439.tar.xz
linux-dev-927e031c7cb266e5f7fd600899f1603813ee7439.zip
mac802154: remove unused macro
This patch removes the unused macro which was removed with the rework of linux-wpan kernel. Signed-off-by: Varka Bhadram <varkab@cdac.in> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/mac802154')
-rw-r--r--net/mac802154/ieee802154_i.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac802154/ieee802154_i.h b/net/mac802154/ieee802154_i.h
index 6d4f3ccc3c1c..ed8746334bef 100644
--- a/net/mac802154/ieee802154_i.h
+++ b/net/mac802154/ieee802154_i.h
@@ -94,8 +94,6 @@ struct ieee802154_sub_if_data {
struct mac802154_llsec sec;
};
-#define MAC802154_CHAN_NONE 0xff /* No channel is assigned */
-
/* utility functions/constants */
extern const void *const mac802154_wpan_phy_privid; /* for wpan_phy privid */