commit | 1cde7f68ced8d10a20dd2370e9d1d22ab3c1ea5c | [log] [tgz] |
---|---|---|
author | David Vrabel <david.vrabel@csr.com> | Mon Oct 27 16:48:09 2008 +0000 |
committer | David Vrabel <david.vrabel@csr.com> | Tue Oct 28 12:09:17 2008 +0000 |
tree | 2fb65bbb93eae73e02fa1e9608212536259f8802 | |
parent | 4d2bea4ca0adb4cebfbf89d34869c74081c42577 [diff] |
uwb: order IEs by element ID 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>