Skip to content
Commit 09d838a4 authored by Íñigo Huguet's avatar Íñigo Huguet Committed by Johannes Berg
Browse files

wifi: mac80211: fix maybe-unused warning



In ieee80211_lookup_key, the variable named `local` is unused if
compiled without lockdep, getting this warning:

net/mac80211/cfg.c: In function ‘ieee80211_lookup_key’:
net/mac80211/cfg.c:542:26: error: unused variable ‘local’ [-Werror=unused-variable]
  struct ieee80211_local *local = sdata->local;
                          ^~~~~

Fix it with __maybe_unused.

Fixes: 8cbf0c2a ("wifi: mac80211: refactor some key code")
Signed-off-by: default avatarÍñigo Huguet <ihuguet@redhat.com>
Link: https://lore.kernel.org/r/20221111153622.29016-1-ihuguet@redhat.com


Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 4d371d6e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment