Commit 4fe9a5ec authored by Johannes Berg's avatar Johannes Berg
Browse files

wifi: libertas: don't select/include lib80211

This isn't used in this driver, and should't be, so
remove the include as well as the select.

Link: https://patch.msgid.link/20241007202706.f8a6dd67f650.I74bc1f334c02043a238303d3e71c955d0d9b01b0@changeid


Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent da066f38
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ config LIBERTAS
	tristate "Marvell 8xxx Libertas WLAN driver support"
	depends on USB || MMC || SPI
	depends on CFG80211
	select LIB80211
	select FW_LOADER
	help
	  A library for Marvell Libertas 8xxx devices.
+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@


#include <net/iw_handler.h>
#include <net/lib80211.h>

#include "host.h"
#include "dev.h"