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

  /src/sys/dev/ic/
ath.c 2254 rate |= rt->info[rix].shortPreamble;
3627 HAL_BOOL shortPreamble;
3753 shortPreamble = AH_TRUE;
3756 shortPreamble = AH_FALSE;
3779 if (shortPreamble)
3780 txrate |= rt->info[rix].shortPreamble;
3794 if (shortPreamble)
3795 txrate |= rt->info[rix].shortPreamble;
3826 ath_rate_findrate(sc, an, shortPreamble, pktlen,
3905 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 15 milliseconds