What is RTW_CMD_THREAD responsible for?

dbus, debian, linux, process, raspbian

Solution

`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.

Problem

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?

Original source