[PATCH lora-next 06/11] net: lora: sx130x: add detail to TODO in setup

From: Ben Whitten
Date: Mon Jan 28 2019 - 11:14:01 EST


From: Ben Whitten <ben.whitten@xxxxxxxxx>

Setup requires a more steps to be complete, call these out specifically
so they are not missed.

Signed-off-by: Ben Whitten <ben.whitten@xxxxxxxxx>
---
drivers/net/lora/sx130x.c | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/drivers/net/lora/sx130x.c b/drivers/net/lora/sx130x.c
index 18acfc8e934d..88932fbbb598 100644
--- a/drivers/net/lora/sx130x.c
+++ b/drivers/net/lora/sx130x.c
@@ -688,7 +688,17 @@ static int sx130x_loradev_open(struct net_device *netdev)
if (ret)
goto err_calibrate;

- /* TODO */
+ /* TODO Load constant adjustments, patches */
+
+ /* TODO Frequency time drift */
+
+ /* TODO Configure lora multi demods, bitfield of active */
+
+ /* TODO Load concentrator multi channel frequencies */
+
+ /* TODO enable the correlator on enabled frequencies */
+
+ /* TODO PPM, and modem enable */

ret = sx130x_load_all_firmware(priv);
if (ret)
--
2.17.1