openwrt-misc
openwrt-misc copied to clipboard
I am suspecting that the code at line 1908 may have an error. if (pending_mask) fifo = fls(pending_mask); else fifo = priv->fifos.tx_fifo_start; /* handle error - this should not happen......
you should either use noqueue (buffer up 2 packets) or a pfifo on a can bus. openwrt defaults to fq_codel and rips out pfifo_fast entirely.
This pull request will fix 1 phantom missed IRQ count due to improper sequence of execution. Will also fix the wrong average value, since the current method of calculating average...
hi GBert, i`m trying to test gpio-irq-test module in newest openwrt trunk. when i insmod, "gpio_to_irq" always return -6 root@OpenWrt:/lib/modules/4.9.77# insmod gpio-irq-test.ko gpio=10 [ 87.489478] requested GPIO 10 [ 87.492640]...