mac80211: A-MPDU Rx handling DELBA requests
[deliverable/linux.git] / net / mac80211 / Makefile
CommitLineData
ac71c691 1obj-$(CONFIG_MAC80211) += mac80211.o
f0706e82
JB
2
3mac80211-objs-$(CONFIG_MAC80211_LEDS) += ieee80211_led.o
6e0d114d 4mac80211-objs-$(CONFIG_NET_SCHED) += wme.o
c21b39ac 5mac80211-objs-$(CONFIG_MAC80211_RC_SIMPLE) += rc80211_simple.o
12446c67
MN
6mac80211-objs-$(CONFIG_MAC80211_RC_PID) += rc80211_pid_algo.o
7
8mac80211-debugfs-objs-$(CONFIG_MAC80211_RC_PID) += rc80211_pid_debugfs.o
9mac80211-objs-$(CONFIG_MAC80211_DEBUGFS) += \
10 debugfs.o \
11 debugfs_sta.o \
12 debugfs_netdev.o \
13 debugfs_key.o \
14 $(mac80211-debugfs-objs-y)
f0706e82
JB
15
16mac80211-objs := \
17 ieee80211.o \
18 ieee80211_ioctl.o \
19 sta_info.o \
20 wep.o \
21 wpa.o \
22 ieee80211_sta.o \
23 ieee80211_iface.o \
24 ieee80211_rate.o \
25 michael.o \
fd8bacc9 26 regdomain.o \
f0706e82
JB
27 tkip.o \
28 aes_ccm.o \
fa5fea71 29 cfg.o \
571ecf67 30 rx.o \
e2ebc74d 31 tx.o \
1f5a7e47 32 key.o \
c2d1560a 33 util.o \
eb063c17 34 event.o \
f0706e82 35 $(mac80211-objs-y)
This page took 0.115048 seconds and 5 git commands to generate.