ieee802154: change transmit power to s32
authorAlexander Aring <alex.aring@gmail.com>
Sun, 17 May 2015 19:44:39 +0000 (21:44 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 19 May 2015 09:44:41 +0000 (11:44 +0200)
commit1a19cb680be0d4b06ce9a9d6516b8f45f544d3e8
treeb61fa7ac0d60156c831c674ed0b0c3adf67e1be0
parent673692faf3fb42ec73ef7210238b5869d6e2873d
ieee802154: change transmit power to s32

This patch change the transmit power from s8 to s32. This prepares to store a
mbm value instead dbm inside the transmit power variable. The old
interface keep the a s8 dbm value, which should be backward compatibility
when assign s8 to s32.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/net/ieee802154/at86rf230.c
include/net/cfg802154.h
include/net/mac802154.h
net/ieee802154/nl802154.c
net/mac802154/driver-ops.h
This page took 0.027942 seconds and 5 git commands to generate.