From: Alexander Aring Date: Sun, 2 Nov 2014 03:18:33 +0000 (+0100) Subject: ieee802154: remove default channel settings X-Git-Tag: v3.19-rc1~32^2~17^2~6^2~249 X-Git-Url: http://git.cascardo.info/?a=commitdiff_plain;h=ff4e65581eb5349b7cefeda4083abe6eba44378a;p=cascardo%2Flinux.git ieee802154: remove default channel settings This patch removes the default channel setting. A channel is always set and there is no default channel setting according 802.15.4. Drivers should set the default channel and page in probing routine. This behaviour is currently a lack of all 802.15.4 drivers. Signed-off-by: Alexander Aring Signed-off-by: Marcel Holtmann --- diff --git a/net/ieee802154/core.c b/net/ieee802154/core.c index 620abc2ba5fc..dc294a415d05 100644 --- a/net/ieee802154/core.c +++ b/net/ieee802154/core.c @@ -100,9 +100,6 @@ struct wpan_phy *wpan_phy_alloc(size_t priv_size) phy->dev.class = &wpan_phy_class; - phy->current_channel = -1; /* not initialised */ - phy->current_page = 0; /* for compatibility */ - return phy; out: