]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: libertas: don't select/include lib80211
authorJohannes Berg <johannes.berg@intel.com>
Mon, 7 Oct 2024 18:26:53 +0000 (20:26 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 8 Oct 2024 19:52:21 +0000 (21:52 +0200)
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: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/marvell/libertas/Kconfig
drivers/net/wireless/marvell/libertas/mesh.h

index 36b234bc5be805d536d9b11b7c04db63e896ac65..caf8bc231b2e79530995f92037df713f2ccc40ee 100644 (file)
@@ -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.
index 44c4cd0230a820c3196e679fc4fc32ca1d91a482..e37db10e82a99662117ee508604eb4f162108548 100644 (file)
@@ -7,7 +7,6 @@
 
 
 #include <net/iw_handler.h>
-#include <net/lib80211.h>
 
 #include "host.h"
 #include "dev.h"