From bd2dd5a41717095a28b2bd7dd5577767b12a9ed9 Mon Sep 17 00:00:00 2001 From: David Vrabel Date: Fri, 12 Dec 2008 13:28:48 +0000 Subject: [PATCH] --- yaml --- r: 125129 b: refs/heads/master c: 02f11ee181baa562df23e105ba930902f0d0b1bf h: refs/heads/master i: 125127: 327328e189aad3f0dde46bf27f1b9e1acdfca4e1 v: v3 --- [refs] | 2 +- trunk/drivers/uwb/neh.c | 19 +------------------ 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/[refs] b/[refs] index cb66f01ce854..cf14c29a623c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fe6e87a4b570d2e435709746ba550a7197016bd0 +refs/heads/master: 02f11ee181baa562df23e105ba930902f0d0b1bf diff --git a/trunk/drivers/uwb/neh.c b/trunk/drivers/uwb/neh.c index 48b4ece1a627..6df18eda1fdb 100644 --- a/trunk/drivers/uwb/neh.c +++ b/trunk/drivers/uwb/neh.c @@ -349,7 +349,7 @@ struct uwb_rc_neh *uwb_rc_neh_lookup(struct uwb_rc *rc, } -/** +/* * Process notifications coming from the radio control interface * * @rc: UWB Radio Control Interface descriptor @@ -401,23 +401,6 @@ void uwb_rc_notif(struct uwb_rc *rc, struct uwb_rceb *rceb, ssize_t size) uwb_evt->notif.size = size; uwb_evt->notif.rceb = rceb; - switch (le16_to_cpu(rceb->wEvent)) { - /* Trap some vendor specific events - * - * FIXME: move this to handling in ptc-est, where we - * register a NULL event handler for these two guys - * using the Intel IDs. - */ - case 0x0103: - dev_info(dev, "FIXME: DEVICE ADD\n"); - return; - case 0x0104: - dev_info(dev, "FIXME: DEVICE RM\n"); - return; - default: - break; - } - uwbd_event_queue(uwb_evt); }