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

  /src/sys/external/isc/atheros_hal/dist/
ah_internal.h 450 * For now, IS_CHAN_G() masks itself with CHANNEL_108G.
456 #define IS_CHAN_G(_c) (((_c)->channelFlags & (CHANNEL_108G|CHANNEL_G)) == CHANNEL_G)
  /src/external/bsd/tcpdump/dist/
print-802_11.c 2651 #define IS_CHAN_G(flags) \
2654 (IS_CHAN_PUREG(flags) || IS_CHAN_G(flags))

Completed in 16 milliseconds