aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/uwb/spec.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-12-12uwb: improved MAS allocator and reservation conflict handlingStefano Panella1-0/+25
Greatly enhance the MAS allocator: - Handle row and column reservations. - Permit all the available MAS to be allocated. - Follows the WiMedia rules on MAS selection. Take appropriate action when reservation conflicts are detected. - Correctly identify which reservation wins the conflict. - Protect alien BP reservations. - If an owned reservation loses, resize/move it. - Follow the backoff procedure before requesting additional MAS. When reservations are terminated, move the remaining reservations (if necessary) so they keep following the MAS allocation rules. Signed-off-by: Stefano Panella <stefano.panella@csr.com> Signed-off-by: David Vrabel <david.vrabel@csr.com>
2008-11-04uwb: infrastructure for handling Relinquish Request IEsStefano Panella1-0/+28
The structures and event handler needed to handle Relinish Request IEs received from neighbors. Nothing is done with these IEs yet. Signed-off-by: Stefano Panella <stefano.panella@csr.com> Signed-off-by: David Vrabel <david.vrabel@csr.com>
2008-09-17uwb: add the uwb include filesInaky Perez-Gonzalez1-0/+727
Signed-off-by: David Vrabel <david.vrabel@csr.com>