Check for python2.x at first.
test_DQ.py works with python2.x only.
'make install' needs python2.x to generate *.pyc files.
Signed-off-by: Alexander Aring
---
configure.ac | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configure.ac b/configure.ac
index c483b4f..6c9f54b 100644
--- a/conf
When using nanosleep() in an userspace application we get a
ratelimit warning
NOHZ: local_softirq_pending 08
for 10 times.
This patch replaces netif_rx() with netif_rx_ni() which has
to be used from process/softirq context.
The process/softirq context will be called from fakelb driver.
See linu
Currently I get this compile error:
coord-config-parse.h:106:14: error: unknown type name 'yyscan_t'
coord-config-parse.y:38:0: error: "YYDEBUG" redefined [-Werror]
"yyscan_t" is defined in parser.h but parser.h need a include from
coord-config-parse.h for "YYSTYPE".
This patch removes typedef o
mutex_destroy() must be called before wpan_phy_free(), because it puts the last
reference and frees memory. Catched as overwritten poison in kmalloc-2048.
Signed-off-by: Konstantin Khlebnikov
Cc: Alexander Smirnov
Cc: Dmitry Eremin-Solenikov
Cc: David S. Miller
Cc: linux-zigbee-devel@lists.sou
This directory was moved to drivers/net/ieee802154/ by commit 31d178b
(drivers/ieee802154: move ieee802154 drivers to net folder).
Cc: Alexander Smirnov
Cc: Dmitry Eremin-Solenikov
Cc: linux-zigbee-devel@lists.sourceforge.net
Signed-off-by: Cesar Eduardo Barros
---
MAINTAINERS | 2 +-
1 file c