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

Commits on Feb 14, 2023

  1. Fix Kconfig CONFIG_CFG80211 dependency

    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]>
    agherzan committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    c79c9f3 View commit details
    Browse the repository at this point in the history