update tx_poll_div

This commit is contained in:
Alejandro Soto 2024-10-19 00:06:35 -06:00
parent a987957326
commit f8e8d5012f

View file

@ -53,7 +53,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 */