hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/net/mac80211/Makefile
....@@ -13,6 +13,7 @@
1313 ht.o agg-tx.o agg-rx.o \
1414 vht.o \
1515 he.o \
16
+ s1g.o \
1617 ibss.o \
1718 iface.o \
1819 rate.o \
....@@ -32,7 +33,8 @@
3233 chan.o \
3334 trace.o mlme.o \
3435 tdls.o \
35
- ocb.o
36
+ ocb.o \
37
+ airtime.o
3638
3739 mac80211-$(CONFIG_MAC80211_LEDS) += led.o
3840 mac80211-$(CONFIG_MAC80211_DEBUGFS) += \
....@@ -53,13 +55,14 @@
5355
5456 CFLAGS_trace.o := -I$(src)
5557
56
-rc80211_minstrel-y := rc80211_minstrel.o
57
-rc80211_minstrel-$(CONFIG_MAC80211_DEBUGFS) += rc80211_minstrel_debugfs.o
58
+rc80211_minstrel-y := \
59
+ rc80211_minstrel.o \
60
+ rc80211_minstrel_ht.o
5861
59
-rc80211_minstrel_ht-y := rc80211_minstrel_ht.o
60
-rc80211_minstrel_ht-$(CONFIG_MAC80211_DEBUGFS) += rc80211_minstrel_ht_debugfs.o
62
+rc80211_minstrel-$(CONFIG_MAC80211_DEBUGFS) += \
63
+ rc80211_minstrel_debugfs.o \
64
+ rc80211_minstrel_ht_debugfs.o
6165
6266 mac80211-$(CONFIG_MAC80211_RC_MINSTREL) += $(rc80211_minstrel-y)
63
-mac80211-$(CONFIG_MAC80211_RC_MINSTREL_HT) += $(rc80211_minstrel_ht-y)
6467
6568 ccflags-y += -DDEBUG