Changes between Version 14 and Version 15 of 802.11/MAC/Support_HW


Ignore:
Timestamp:
Jul 13, 2016, 11:35:33 AM (8 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/MAC/Support_HW

    v14 v15  
    337337{{{#!c
    338338        } else {
    339                 // Transmit immediately
    340                 st_next = ST_DO_TX;
     339                // Busy medium, or backoff required; start backoff
     340                st_next = ST_START_BO;
    341341}}}
    342342}}}