Changes between Version 7 and Version 8 of 802.11/wlan_exp/app_notes/tutorial_token_mac/CPU_HIGH


Ignore:
Timestamp:
Jul 14, 2015, 3:30:30 PM (9 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/wlan_exp/app_notes/tutorial_token_mac/CPU_HIGH

    v7 v8  
    8484        curr_station_info_entry = next_station_info_entry;
    8585
    86         // Loop through all associated stations' queues
     86        // Loop through all associated stations
    8787        if(curr_station_info_entry == NULL){
    8888                // It's the AP's reservation
     
    117117                } else {
    118118                        // This curr_station_info is invalid. Perhaps it was removed from
    119                         // the association table before poll_tx_queues was called. We will
    120                         // start the round robin checking back at broadcast.
     119                        // the association table
    121120                        next_station_info_entry = NULL;
    122121                } // END if(is_valid_association)