Closed seer300 closed 1 year ago
The fork you compiled is definitely not the official openwrt. I successfully built it a few days ago.
The fork you compiled is definitely not the official openwrt. I successfully built it a few days ago.
Yes, my openwrt branch is a modified version of my company. But what I'm puzzled about is that the function that reported an error (ieee80211_is_bufferable_mmpdu) should be provided by the Linux kernel. Why do parameter errors occur?
是的,我这个openwrt分支是我的公司修改过的版本。 但是我疑惑的是,报错的函数(ieee80211_is_bufferable_mmpdu)应该是Linux内核提供的,为何会出现参数错误的情况?
The fork you compiled is definitely not the official openwrt. I successfully built it a few days ago.
Yes, my openwrt branch is a modified version of my company. But what I'm puzzled about is that the function that reported an error (ieee80211_is_bufferable_mmpdu) should be provided by the Linux kernel. Why do parameter errors occur?
是的,我这个openwrt分支是我的公司修改过的版本。 但是我疑惑的是,报错的函数(ieee80211_is_bufferable_mmpdu)应该是Linux内核提供的,为何会出现参数错误的情况?
No. The header files are come from mac80211 backport.
@seer300, your tree is missing package/kernel/mac80211/patches/subsys/347-wifi-ieee80211-correctly-mark-FTM-frames-non-buffera.patch
@seer300, your tree is missing package/kernel/mac80211/patches/subsys/347-wifi-ieee80211-correctly-mark-FTM-frames-non-buffera.patch
Thank you. So it's like this
I am using version 22.03 of OpenWrt and have encountered compilation errors using the latest submission from September 11, 2023. Here is the error message:
I have to create a patch file myself to fix this error in the future
Is this a bug? Or is it that my compilation environment or kernel version is incorrect?
Chinese original text: 我正在使用openwrt的22.03版本,使用2023.9.11最新的提交编译出错。 下面是报错信息:
--信息见英语原文--
我不得不自己制作一个补丁文件,来临时修复这个错误
--信息见英语原文--
这是BUG吗?还是说是我的编译环境或者内核版本不对?