HomeSort by: relevance | last modified time | path
    Searched defs:shortPreamble (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ath.c 2253 rate |= rt->info[rix].shortPreamble;
3626 HAL_BOOL shortPreamble;
3752 shortPreamble = AH_TRUE;
3755 shortPreamble = AH_FALSE;
3778 if (shortPreamble)
3779 txrate |= rt->info[rix].shortPreamble;
3793 if (shortPreamble)
3794 txrate |= rt->info[rix].shortPreamble;
3825 ath_rate_findrate(sc, an, shortPreamble, pktlen,
3904 if (shortPreamble)
    [all...]
  /src/sys/external/isc/atheros_hal/dist/
ah.h 503 uint8_t shortPreamble; /* mask for enabling short
914 uint16_t rateix, HAL_BOOL shortPreamble);

Completed in 16 milliseconds