Skip to content

Compilation error on ARM with IEEE80211_CHAN_IGNORE #4

@gavoco

Description

@gavoco

Example error (there's a few)
morse_driver/mac.c:3373:55: error: ‘IEEE80211_CHAN_IGNORE’ undeclared (first use in this function); did you mean ‘IEEE80211_CHAN_NO_HE’? 3373 | ((conf->chandef.chan->flags & IEEE80211_CHAN_IGNORE) == 0)); | ^~~~~~~~~~~~~~~~~~~~~

removing the ifdef around the declaration which limits this declaration to X86_64 in mac.h fixes the issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions