aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uwb/lc-rc.c
diff options
context:
space:
mode:
authorDavid Vrabel <david.vrabel@csr.com>2008-09-17 11:34:39 -0400
committerDavid Vrabel <dv02@dv02pc01.europe.root.pri>2008-09-17 11:54:34 -0400
commitb63795fa3a41151040b86119750a7df508d40cda (patch)
tree1d69c7400230e835a77c3b84e38ee3a600ef4ace /drivers/uwb/lc-rc.c
parentb5784f10d559b3c7b25874b21702ad0907b6fcb7 (diff)
uwb: dont tranmit identification IEs
The current identification IE doesn't include any useful information (the vendor ID is from the EUI-48) and it causes problems with certain hardware/firmware so don't transmit one. Signed-off-by: David Vrabel <david.vrabel@csr.com>
Diffstat (limited to 'drivers/uwb/lc-rc.c')
-rw-r--r--drivers/uwb/lc-rc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/uwb/lc-rc.c b/drivers/uwb/lc-rc.c
index a21c96bff236..ee5772f00d42 100644
--- a/drivers/uwb/lc-rc.c
+++ b/drivers/uwb/lc-rc.c
@@ -211,12 +211,6 @@ static int uwb_rc_setup(struct uwb_rc *rc)
211 dev_err(dev, "cannot setup IE subsystem: %d\n", result); 211 dev_err(dev, "cannot setup IE subsystem: %d\n", result);
212 goto error_ie_setup; 212 goto error_ie_setup;
213 } 213 }
214 result = uwb_rc_set_identification_ie(rc);
215 if (result < 0) {
216 dev_err(dev, "cannot set Identification IE: %d\n",
217 result);
218 goto error_set_id_ie;
219 }
220 result = uwb_rsv_setup(rc); 214 result = uwb_rsv_setup(rc);
221 if (result < 0) { 215 if (result < 0) {
222 dev_err(dev, "cannot setup reservation subsystem: %d\n", result); 216 dev_err(dev, "cannot setup reservation subsystem: %d\n", result);