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: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
Johannes Berg
2024-10-07 20:26:53 +02:00
parent da066f3871
commit 4fe9a5ec45
2 changed files with 0 additions and 2 deletions

View 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.

View File

@@ -7,7 +7,6 @@
#include <net/iw_handler.h>
#include <net/lib80211.h>
#include "host.h"
#include "dev.h"