|
|
| 795 |
{ |
795 |
{ |
| 796 |
m_txFailedCallback (m_currentHdr); |
796 |
m_txFailedCallback (m_currentHdr); |
| 797 |
} |
797 |
} |
| 798 |
if (GetAmpduExist (m_currentHdr.GetAddr1 ())) |
798 |
if (GetAmpduExist (m_currentHdr.GetAddr1 ()) || m_currentHdr.IsQosData ()) |
| 799 |
{ |
799 |
{ |
| 800 |
m_low->FlushAggregateQueue (); |
800 |
m_low->FlushAggregateQueue (); |
| 801 |
uint8_t tid = GetCurrentTid (); |
801 |
uint8_t tid = GetCurrentTid (); |
|
|
| 944 |
{ |
944 |
{ |
| 945 |
m_txFailedCallback (m_currentHdr); |
945 |
m_txFailedCallback (m_currentHdr); |
| 946 |
} |
946 |
} |
| 947 |
if (GetAmpduExist (m_currentHdr.GetAddr1 ())) |
947 |
if (GetAmpduExist (m_currentHdr.GetAddr1 ()) || m_currentHdr.IsQosData ()) |
| 948 |
{ |
948 |
{ |
| 949 |
uint8_t tid = GetCurrentTid (); |
949 |
uint8_t tid = GetCurrentTid (); |
| 950 |
|
950 |
|