diff options
author | Johannes Berg <johannes.berg@intel.com> | 2024-10-07 21:02:53 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2024-10-08 21:53:18 +0200 |
commit | 3a1d429ebd43bcfdf3590096ca72cbf593d1598b (patch) | |
tree | efea53c294467643ba0bc7e1ed541b0d1872e056 /net/wireless/Makefile | |
parent | staging: don't recommend using lib80211 (diff) | |
download | linux-3a1d429ebd43bcfdf3590096ca72cbf593d1598b.tar.xz linux-3a1d429ebd43bcfdf3590096ca72cbf593d1598b.zip |
wifi: wext/libipw: move spy implementation to libipw
There's no driver left using this other than ipw2200,
so move the data bookkeeping and code into libipw.
Link: https://patch.msgid.link/20241007210254.037d864cda7d.Ib2197cb056ff05746d3521a5fba637062acb7314@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless/Makefile')
-rw-r--r-- | net/wireless/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/wireless/Makefile b/net/wireless/Makefile index 27f211bd9954..62a83faf0e07 100644 --- a/net/wireless/Makefile +++ b/net/wireless/Makefile @@ -4,7 +4,6 @@ obj-y += tests/ obj-$(CONFIG_WEXT_CORE) += wext-core.o obj-$(CONFIG_WEXT_PROC) += wext-proc.o -obj-$(CONFIG_WEXT_SPY) += wext-spy.o obj-$(CONFIG_WEXT_PRIV) += wext-priv.o cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o scan.o nl80211.o |