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>
This commit is contained in:
committed by
David Vrabel
parent
b5784f10d5
commit
b63795fa3a
@ -74,7 +74,6 @@ extern void uwb_rc_ie_release(struct uwb_rc *);
|
||||
extern int uwb_rc_ie_add(struct uwb_rc *,
|
||||
const struct uwb_ie_hdr *, size_t);
|
||||
extern int uwb_rc_ie_rm(struct uwb_rc *, enum uwb_ie);
|
||||
extern int uwb_rc_set_identification_ie(struct uwb_rc *);
|
||||
|
||||
extern const char *uwb_rc_strerror(unsigned code);
|
||||
|
||||
|
Reference in New Issue
Block a user