Searched refs:SecMinSpace (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/rtl8723au/hal/
H A Dhal_com.c418 u8 SecMinSpace; local
424 SecMinSpace = 0;
430 SecMinSpace = 6;
433 SecMinSpace = 7;
437 if (MinSpacingToSet < SecMinSpace)
438 MinSpacingToSet = SecMinSpace;
/drivers/staging/rtl8188eu/hal/
H A Dusb_halinit.c1641 u8 SecMinSpace; local
1648 SecMinSpace = 0;
1654 SecMinSpace = 6;
1657 SecMinSpace = 7;
1660 if (MinSpacingToSet < SecMinSpace)
1661 MinSpacingToSet = SecMinSpace;

Completed in 164 milliseconds