update tx_poll_div

This commit is contained in:
Fabian Montero 2024-10-19 00:06:35 -06:00
parent e90f154cac
commit 09cf868cf9
Signed by: fabian
GPG key ID: 1FFAC35E1798174F

View file

@ -52,7 +52,7 @@
#include <net/mac802154.h>
static unsigned tx_poll_div = 10;
module_param(tx_poll_div, uint, 0000);
module_param(tx_poll_div, uint, 0400);
MODULE_PARM_DESC(tx_poll_div, "Number of RX poll cycles to perform before attempting a single TX op");
/* SX127X Registers addresses */