Hi all, I need to get interface MAC address within the kernel code and I couldn't use "getifaddrs" because it's user-mode. How can I have the MAC address information within kernel code? Any hints or comments are really appreciated.