diff options
author | Johannes Berg <johannes.berg@intel.com> | 2024-10-07 20:26:53 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2024-10-08 21:52:21 +0200 |
commit | 4fe9a5ec4501ddd142291cdd6edd989987cf66e6 (patch) | |
tree | 7458ff240ff1c969ad29696b342d825fd7487f2d /drivers/net/wireless/marvell/libertas/mesh.h | |
parent | wifi: mwifiex: don't include lib80211.h (diff) | |
download | linux-4fe9a5ec4501ddd142291cdd6edd989987cf66e6.tar.xz linux-4fe9a5ec4501ddd142291cdd6edd989987cf66e6.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | drivers/net/wireless/marvell/libertas/mesh.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/marvell/libertas/mesh.h b/drivers/net/wireless/marvell/libertas/mesh.h index 44c4cd0230a8..e37db10e82a9 100644 --- a/drivers/net/wireless/marvell/libertas/mesh.h +++ b/drivers/net/wireless/marvell/libertas/mesh.h @@ -7,7 +7,6 @@ #include <net/iw_handler.h> -#include <net/lib80211.h> #include "host.h" #include "dev.h" |