HomeSort by: relevance | last modified time | path
    Searched refs:IEEE80211_MAX_LEN (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/dev/pci/
if_rtwnreg.h 63 #define RTWN_TXBUFSZ (sizeof(struct r92c_tx_desc) + IEEE80211_MAX_LEN)
  /src/sys/dev/usb/
if_urtwnvar.h 31 #define URTWN_TXBUFSZ (sizeof(struct r92c_tx_desc_usb) + IEEE80211_MAX_LEN + 8)
if_athn_usb.h 381 IEEE80211_MAX_LEN + 3) & ~3)
if_rum.c 532 RT2573_TX_DESC_SIZE + IEEE80211_MAX_LEN,
  /src/sys/dev/ic/
wivar.h 170 u_int16_t sc_txbuf[IEEE80211_MAX_LEN/2];
wi.c 928 sc->sc_buflen = IEEE80211_MAX_LEN + sizeof(struct wi_frame);
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210.h 72 #define MAX_TX_FIFO_THRESHOLD ((IEEE80211_MAX_LEN / 64) + 1)
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211.h 65 #define MAX_TX_FIFO_THRESHOLD ((IEEE80211_MAX_LEN / 64) + 1)
  /src/sys/net80211/
ieee80211.h 702 * IEEE80211_MAX_LEN - WEP overhead - CRC -
710 #define IEEE80211_MAX_LEN (2300 + IEEE80211_CRC_LEN + \
ieee80211_ioctl.c 795 if (len < 350 /* ? */ || len > IEEE80211_MAX_LEN)
  /src/sys/external/isc/atheros_hal/dist/
ah_internal.h 372 #define IEEE80211_MAX_LEN (2300 + IEEE80211_CRC_LEN + \
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212.h 75 #define MAX_TX_FIFO_THRESHOLD ((IEEE80211_MAX_LEN / 64) + 1)

Completed in 25 milliseconds