mac80211: add PID controller based rate control algorithm
[deliverable/linux.git] / net / mac80211 / Makefile
CommitLineData
ac71c691 1obj-$(CONFIG_MAC80211) += mac80211.o
f0706e82
JB
2
3mac80211-objs-$(CONFIG_MAC80211_LEDS) += ieee80211_led.o
e9f207f0 4mac80211-objs-$(CONFIG_MAC80211_DEBUGFS) += debugfs.o debugfs_sta.o debugfs_netdev.o debugfs_key.o
6e0d114d 5mac80211-objs-$(CONFIG_NET_SCHED) += wme.o
ac71c691 6mac80211-objs-$(CONFIG_MAC80211_RCSIMPLE) += rc80211_simple.o
ad018375 7mac80211-objs-$(CONFIG_MAC80211_RCPID) += rc80211_pid.o
f0706e82
JB
8
9mac80211-objs := \
10 ieee80211.o \
11 ieee80211_ioctl.o \
12 sta_info.o \
13 wep.o \
14 wpa.o \
15 ieee80211_sta.o \
16 ieee80211_iface.o \
17 ieee80211_rate.o \
18 michael.o \
fd8bacc9 19 regdomain.o \
f0706e82
JB
20 tkip.o \
21 aes_ccm.o \
fa5fea71 22 cfg.o \
571ecf67 23 rx.o \
e2ebc74d 24 tx.o \
1f5a7e47 25 key.o \
c2d1560a 26 util.o \
eb063c17 27 event.o \
f0706e82 28 $(mac80211-objs-y)
This page took 0.219445 seconds and 5 git commands to generate.