Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 306ab544 authored by Max Filippov's avatar Max Filippov
Browse files

xtensa: ISS: raise network polling rate to 10 times/sec



Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent fa72e6bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
#define DRIVER_NAME "iss-netdev"
#define ETH_MAX_PACKET 1500
#define ETH_HEADER_OTHER 14
#define ISS_NET_TIMER_VALUE (2 * HZ)
#define ISS_NET_TIMER_VALUE (HZ / 10)


static DEFINE_SPINLOCK(opened_lock);