-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
core: rtw_ieee80211.c: define CONFIG_GET_MAC_ADDRESS_FROM_FILE #1
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
另外我没有看到如果这个文件不存在又没有读取到efuse时的生成随机mac地址以及保存的代码
这个要用户在 /etc 下添加文件添加生成的 mac 地址 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
两个补丁合一起
另外应该要加上保存随机生成的mac地址功能,用户在使用时不应该需要自己去手动添加这个文件才能正常工作 |
What this patch does is to save the randomly generated MAC address to a file, and read the written MAC address from the file right after the next boot. Signed-off-by: Chuang Ma <[email protected]>
有自己生成deb包尝试安装么?能在产品上编译通过并且mac地址工作正常么? |
试了,我用生成的 deb 包在 rock-pi-s 上安装后,可以编译通过,mac 地址也工作正常 |
Support for reading MAC addresses from files by adding CONFIG_GET_MAC_ADDRESS_FROM_FILE