~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/uwb/drp.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
/* DRP Conflict Actions ([ECMA-368 2nd Edition] 17.4.6) */
29
29
enum uwb_drp_conflict_action {
30
 
        /* Reservation is mantained, no action needed */
 
30
        /* Reservation is maintained, no action needed */
31
31
        UWB_DRP_CONFLICT_MANTAIN = 0,
32
32
        
33
33
        /* the device shall not transmit frames in conflicting MASs in
741
741
 * DRP notifications can occur for three different reasons:
742
742
 *
743
743
 * - UWB_DRP_NOTIF_DRP_IE_RECVD: one or more DRP IEs with the RC as
744
 
 *   the target or source have been recieved.
 
744
 *   the target or source have been received.
745
745
 *
746
746
 *   These DRP IEs could be new or for an existing reservation.
747
747
 *
748
748
 *   If the DRP IE for an existing reservation ceases to be to
749
 
 *   recieved for at least mMaxLostBeacons, the reservation should be
 
749
 *   received for at least mMaxLostBeacons, the reservation should be
750
750
 *   considered to be terminated.  Note that the TERMINATE reason (see
751
751
 *   below) may not always be signalled (e.g., the remote device has
752
752
 *   two or more reservations established with the RC).