Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 43a1c272 authored by Vincent Zweije's avatar Vincent Zweije Committed by John W. Linville
Browse files

networking: fix warning about unused label wake_up



Function ieee80211_reconfig in net/mac80211/util.c contains label wake_up
which is defined unconditionally, but only used with CONFIG_PM. Gcc
warns about this when CONFIG_PM is not defined.

This patch makes the label's definition dependent on CONFIG_PM too,
eliminating the warning.

The issue was apparently introduced in git commit
eecc4800.

Signed-off-by: default avatarVincent Zweije <vincent@zweije.nl>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 323222b5
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