Skip to content
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

Fix Kconfig CONFIG_CFG80211 dependency #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

agherzan
Copy link

This kernel module depends on CONFIG_CFG80211 without which build fails similarly to:

error: ‘struct net_device’ has no member named ‘ieee80211_ptr’

This was introduced in upstream from 5.19:

commit c304eddcecfe2513ff98ce3ae97d1c196d82ba08
Author: Jakub Kicinski [email protected]
Date: Thu May 19 13:20:54 2022 -0700
net: wrap the wireless pointers in struct net_device in an ifdef

Signed-off-by: Andrei Gherzan [email protected]

This kernel module depends on CONFIG_CFG80211 without which build fails
similarly to:

error: ‘struct net_device’ has no member named ‘ieee80211_ptr’

This was introduced in upstream from 5.19:

commit c304eddcecfe2513ff98ce3ae97d1c196d82ba08
Author: Jakub Kicinski <[email protected]>
Date:   Thu May 19 13:20:54 2022 -0700
    net: wrap the wireless pointers in struct net_device in an ifdef

Signed-off-by: Andrei Gherzan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant