diff options
author | Stefano Panella <stefano.panella@csr.com> | 2008-11-04 09:06:31 -0500 |
---|---|---|
committer | David Vrabel <david.vrabel@csr.com> | 2008-11-04 10:53:29 -0500 |
commit | c5995bd2819dc577d0b32b26be0836d16c977e24 (patch) | |
tree | 2cc5122623ace2571b7b3080b1b9a61f8282cfd4 /drivers/uwb/Makefile | |
parent | f88518d122f1b007f47a46aff37ca2885126a923 (diff) |
uwb: infrastructure for handling Relinquish Request IEs
The structures and event handler needed to handle Relinish Request IEs
received from neighbors. Nothing is done with these IEs yet.
Signed-off-by: Stefano Panella <stefano.panella@csr.com>
Signed-off-by: David Vrabel <david.vrabel@csr.com>
Diffstat (limited to 'drivers/uwb/Makefile')
-rw-r--r-- | drivers/uwb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/uwb/Makefile b/drivers/uwb/Makefile index 257e6908304c..2b99c3e61671 100644 --- a/drivers/uwb/Makefile +++ b/drivers/uwb/Makefile | |||
@@ -13,6 +13,7 @@ uwb-objs := \ | |||
13 | drp-ie.o \ | 13 | drp-ie.o \ |
14 | est.o \ | 14 | est.o \ |
15 | ie.o \ | 15 | ie.o \ |
16 | ie-rcv.o \ | ||
16 | lc-dev.o \ | 17 | lc-dev.o \ |
17 | lc-rc.o \ | 18 | lc-rc.o \ |
18 | neh.o \ | 19 | neh.o \ |