There is absolutely no need that the interface packet consumer runs at a

priority that high.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22894 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-11-11 12:55:22 +00:00
parent a9cde6d274
commit 0d8939aea7
@@ -137,7 +137,7 @@ allocate_device_interface(net_device *device, net_device_module_info *module)
interface->reader_thread = -1;
interface->consumer_thread = spawn_kernel_thread(device_consumer_thread,
name, B_REAL_TIME_DISPLAY_PRIORITY - 10, interface);
name, B_DISPLAY_PRIORITY, interface);
if (interface->consumer_thread < B_OK)
goto error_3;
resume_thread(interface->consumer_thread);