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

Commit 540005c7 authored by Jan Beulich's avatar Jan Beulich Committed by John W. Linville
Browse files

small adjustment to net/mac80211/Kconfig



"def_bool n" without prompt is pointless, this should be just "bool".

Signed-off-by: default avatarJan Beulich <jbeulich@novell.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 011d1835
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ comment "CFG80211 needs to be enabled for MAC80211"
if MAC80211 != n

config MAC80211_HAS_RC
	def_bool n
	bool

config MAC80211_RC_PID
	bool "PID controller based rate control algorithm" if EMBEDDED