Changes between Version 19 and Version 20 of 802.11/wlan_exp/Extending


Ignore:
Timestamp:
Dec 17, 2015, 1:37:32 PM (8 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/wlan_exp/Extending

    v19 v20  
    191191                        // the number of entries in the list at the time this loop starts. The iteration variable
    192192                        // is *not* used for indexing the list - we still traverse entries with entry.next
    193                         while((cur_station_info_entry != NULL) && (iter-- > 0)) {
     193                        while((curr_station_info_entry != NULL) && (iter-- > 0)) {
    194194
    195195                                        // Get the station info pointer from the list entry