summaryrefslogtreecommitdiffstats
path: root/drivers/uwb/wlp/wlp-internal.h
Commit message (Collapse)AuthorAgeFilesLines
* uwb: order IEs by element IDDavid Vrabel2008-10-281-4/+0Star
| | | | | | | | | | | | | ECMA-368 requires that IEs in a beacon must be sorted by element ID. Most hardware uses the ordering in the Set IE URC command so get the ordering right on the host. Also refactor the IE management code: - use uwb_ie_next() instead of uwb_ie_for_each(). - remove unnecessary functions. - API is now only uwb_rc_ie_add() and uwb_rc_ie_rm(). Signed-off-by: David Vrabel <david.vrabel@csr.com>
* uwb: add the WiMedia LLC Protocol stackReinette Chatre2008-09-171-0/+228
Add the generic code for the WiMedia Logical Link Control Protocol (WLP). This has been split into several patches for easier review. core (this patch): - everything else messages: - WLP message construction/decode wss: - Wireless Service Set support build-system: - Kconfig and Kbuild files Signed-off-by: David Vrabel <david.vrabel@csr.com>