.. | .. |
---|
13 | 13 | ht.o agg-tx.o agg-rx.o \ |
---|
14 | 14 | vht.o \ |
---|
15 | 15 | he.o \ |
---|
| 16 | + s1g.o \ |
---|
16 | 17 | ibss.o \ |
---|
17 | 18 | iface.o \ |
---|
18 | 19 | rate.o \ |
---|
.. | .. |
---|
32 | 33 | chan.o \ |
---|
33 | 34 | trace.o mlme.o \ |
---|
34 | 35 | tdls.o \ |
---|
35 | | - ocb.o |
---|
| 36 | + ocb.o \ |
---|
| 37 | + airtime.o |
---|
36 | 38 | |
---|
37 | 39 | mac80211-$(CONFIG_MAC80211_LEDS) += led.o |
---|
38 | 40 | mac80211-$(CONFIG_MAC80211_DEBUGFS) += \ |
---|
.. | .. |
---|
53 | 55 | |
---|
54 | 56 | CFLAGS_trace.o := -I$(src) |
---|
55 | 57 | |
---|
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 |
---|
58 | 61 | |
---|
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 |
---|
61 | 65 | |
---|
62 | 66 | mac80211-$(CONFIG_MAC80211_RC_MINSTREL) += $(rc80211_minstrel-y) |
---|
63 | | -mac80211-$(CONFIG_MAC80211_RC_MINSTREL_HT) += $(rc80211_minstrel_ht-y) |
---|
64 | 67 | |
---|
65 | 68 | ccflags-y += -DDEBUG |
---|