diff options
author | Varka Bhadram <varkabhadram@gmail.com> | 2015-05-29 10:56:58 +0530 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-05-31 13:40:54 +0200 |
commit | d6d244d4df91ee4b468233050542c7482d705e69 (patch) | |
tree | e8f611e34a2a06497f82d0bff3f161994f78a2f4 /drivers/net | |
parent | 322fe2d1beb7b381640999b48a7fb136e0870bb3 (diff) | |
download | linux-stable-d6d244d4df91ee4b468233050542c7482d705e69.tar.gz linux-stable-d6d244d4df91ee4b468233050542c7482d705e69.tar.bz2 linux-stable-d6d244d4df91ee4b468233050542c7482d705e69.zip |
cc2520: update current channel
This patch updates the current channel to 11. This is the default
value on reset.
Signed-off-by: Varka Bhadram <varkab@cdac.in>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/ieee802154/cc2520.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ieee802154/cc2520.c b/drivers/net/ieee802154/cc2520.c index 2384c286163f..8141353221a1 100644 --- a/drivers/net/ieee802154/cc2520.c +++ b/drivers/net/ieee802154/cc2520.c @@ -762,6 +762,8 @@ static int cc2520_register(struct cc2520_private *priv) priv->hw->phy->transmit_power = priv->hw->phy->supported.tx_powers[0]; } + priv->hw->phy->current_channel = 11; + dev_vdbg(&priv->spi->dev, "registered cc2520\n"); ret = ieee802154_register_hw(priv->hw); if (ret) |