aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154/at86rf230.c
diff options
context:
space:
mode:
authorVarka Bhadram <varkabhadram@gmail.com>2015-04-09 13:55:11 +0530
committerMarcel Holtmann <marcel@holtmann.org>2015-04-09 19:56:15 +0200
commit23310f6f3a8f30f4b6794e941763da4708f7471a (patch)
treeebc9a1455acf35ff08f1cd121c6b966a9d9e185f /drivers/net/ieee802154/at86rf230.c
parentBluetooth: btusb: Use proper data structures for Intel vendor events (diff)
downloadlinux-dev-23310f6f3a8f30f4b6794e941763da4708f7471a.tar.xz
linux-dev-23310f6f3a8f30f4b6794e941763da4708f7471a.zip
mac802154: fix transmission power datatype
Netlink attribute for the power is s8. But for the driver level operations we are collection power level value into integer. It has to be change to s8 from int. Signed-off-by: Varka Bhadram <varkab@cdac.in> Acked-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/net/ieee802154/at86rf230.c')
-rw-r--r--drivers/net/ieee802154/at86rf230.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ieee802154/at86rf230.c b/drivers/net/ieee802154/at86rf230.c
index 5ad46f7f514f..38026650c038 100644
--- a/drivers/net/ieee802154/at86rf230.c
+++ b/drivers/net/ieee802154/at86rf230.c
@@ -1173,7 +1173,7 @@ at86rf230_set_hw_addr_filt(struct ieee802154_hw *hw,
}
static int
-at86rf230_set_txpower(struct ieee802154_hw *hw, int db)
+at86rf230_set_txpower(struct ieee802154_hw *hw, s8 db)
{
struct at86rf230_local *lp = hw->priv;