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


Ignore:
Timestamp:
Dec 17, 2015, 2:04:07 PM (8 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/wlan_exp/Extending

    v20 v21  
    183183                resp_args_32[resp_index++] = Xil_Htonl(queue_num_queued(MANAGEMENT_QID));
    184184
     185                // Note: the following block of code only applies to an AP implementation since
     186                // the AP maintains a Tx queue for each outgoing station. The STA implementation
     187                // has a single unicast data queue for all outgoing data transmissions.
    185188                if(my_bss_info->associated_stations.length > 0) {
    186189                        iter                    = my_bss_info->associated_stations.length;