at86rf230: correct at86rf2xx lifs timings
authorAlexander Aring <alex.aring@gmail.com>
Tue, 7 Oct 2014 08:38:28 +0000 (10:38 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 25 Oct 2014 05:56:23 +0000 (07:56 +0200)
Symbol rate is 16 us. Lifs is 40 symbols. 16 * 40 = 640 us.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/net/ieee802154/at86rf230.c

index 2a25324d3a64e00bc25b7fc488515fb6fe2e1d93..b26135fd0a2d2d5298cae0ced17ffd13b75a383f 100644 (file)
@@ -1267,7 +1267,7 @@ static struct at86rf2xx_chip_data at86rf233_data = {
        .t_frame = 4096,
        .t_p_ack = 545,
        .t_sifs = 192,
-       .t_lifs = 480,
+       .t_lifs = 640,
        .t_tx_timeout = 2000,
        .rssi_base_val = -91,
        .set_channel = at86rf23x_set_channel,
@@ -1283,7 +1283,7 @@ static struct at86rf2xx_chip_data at86rf231_data = {
        .t_frame = 4096,
        .t_p_ack = 545,
        .t_sifs = 192,
-       .t_lifs = 480,
+       .t_lifs = 640,
        .t_tx_timeout = 2000,
        .rssi_base_val = -91,
        .set_channel = at86rf23x_set_channel,
@@ -1299,7 +1299,7 @@ static struct at86rf2xx_chip_data at86rf212_data = {
        .t_frame = 4096,
        .t_p_ack = 545,
        .t_sifs = 192,
-       .t_lifs = 480,
+       .t_lifs = 640,
        .t_tx_timeout = 2000,
        .rssi_base_val = -100,
        .set_channel = at86rf212_set_channel,
This page took 0.026356 seconds and 5 git commands to generate.