-
Notifications
You must be signed in to change notification settings - Fork 41
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
Ubuntu 20.04 Compile 5.15.24 Kernel - Compile Error #201
Comments
It must be conflicting with some patch that ubuntu pulls into their kernel that is not in mainline 5.15 kernel, |
Also ref to power save - I set performance governor on all cores - didn't
make a diff. Still the same.
…On Mon, Feb 21, 2022, 12:26 PM Ben Greear ***@***.***> wrote:
It must be conflicting with some patch that ubuntu pulls into their kernel
that is not in mainline 5.15 kernel,
as my 5.15 kernel compiles for me...
—
Reply to this email directly, view it on GitHub
<#201 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFSSJU4X5AVPMOXMV4TH2C3U4JYUHANCNFSM5O5POBNQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You do not need the "sizeof(ar->mac_addr)" third function here - i removed it and it compiled fine:
drivers/net/wireless/ath/ath10k/core.c: In function ‘ath10k_core_probe_fw’:
drivers/net/wireless/ath/ath10k/core.c:4049:2: error: too many arguments to function ‘device_get_mac_address’
4049 | device_get_mac_address(ar->dev, ar->mac_addr, sizeof(ar->mac_addr));
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ./include/linux/ieee80211.h:20,
from ./include/net/mac80211.h:20,
from drivers/net/wireless/ath/ath10k/htt.h:16,
from drivers/net/wireless/ath/ath10k/core.h:18,
from drivers/net/wireless/ath/ath10k/core.c:19:
./include/linux/etherdevice.h:35:5: note: declared here
35 | int device_get_mac_address(struct device *dev, char *addr);
| ^~~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered: