Home
last modified time | relevance | path

Searched refs:FreeMpduSize (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/staging/rt2860/sta/
Drtmp_data.c2199 u32 FreeMpduSize, SrcRemainingBytes; in STA_Fragment_Frame_Tx() local
2346 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()