Searched refs:FreeMpduSize (Results 1 – 1 of 1) sorted by relevance
2199 u32 FreeMpduSize, SrcRemainingBytes; in STA_Fragment_Frame_Tx() local2346 FreeMpduSize = pAd->CommonCfg.FragmentThreshold - LENGTH_CRC; in STA_Fragment_Frame_Tx()2348 FreeMpduSize -= pTxBlk->MpduHeaderLen; in STA_Fragment_Frame_Tx()2350 if (SrcRemainingBytes <= FreeMpduSize) { /* this is the last or only fragment */ in STA_Fragment_Frame_Tx()2362 pTxBlk->SrcBufLen = FreeMpduSize; in STA_Fragment_Frame_Tx()