Skip to content
Commit 6d00ec05 authored by Johannes Berg's avatar Johannes Berg
Browse files

cfg80211: don't allow disabling WEXT if it's required



The change to only export WEXT symbols when required could break
the build if CONFIG_CFG80211_WEXT was explicitly disabled while
a driver like orinoco selected it.

Fix this by hiding the symbol when it's required so it can't be
disabled in that case.

Fixes: 2afe38d1 ("cfg80211-wext: export symbols only when needed")
Reported-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Reported-by: default avatarJim Davis <jim.epost@gmail.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 46b9d180
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment