Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is RTW_CMD_THREAD responsible for?

I have a raspbian kernel trace, and somehow the process "RTW_CMD_THREAD" interrupts my dbus-daemon.

I couldn't find any good explanation on Google

Do you have any idea what this process does?

like image 503
Dogan Avatar asked May 23 '14 08:05

Dogan


1 Answers

RT - Realtek

W_CMD - Write command

THREAD - Thread (not a process)

Looking at the code it appears to be a thread responsible for writing commands to Realtek-based network devices.

like image 125
Brent Atkinson Avatar answered Sep 23 '22 16:09

Brent Atkinson