summaryrefslogtreecommitdiff
path: root/drivers/uwb/ie.c
AgeCommit message (Collapse)AuthorFilesLines
2008-09-17uwb: dont tranmit identification IEsDavid Vrabel1-29/+0
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>
2008-09-17uwb: add the UWB stack (MLME)Inaky Perez-Gonzalez1-0/+570
Most of the MAC Layer Management Entity (MLME) support: address, beacon, IE and scan management. Signed-off-by: David Vrabel <david.vrabel@csr.com>