Searched refs:IEEE80211_MAX_LEN (Results 1 – 12 of 12) sorted by relevance
31 #define URTWN_TXBUFSZ (sizeof(struct r92c_tx_desc_usb) + IEEE80211_MAX_LEN + 8)
381 IEEE80211_MAX_LEN + 3) & ~3)
532 RT2573_TX_DESC_SIZE + IEEE80211_MAX_LEN, in rum_alloc_tx_list()
63 #define RTWN_TXBUFSZ (sizeof(struct r92c_tx_desc) + IEEE80211_MAX_LEN)
170 u_int16_t sc_txbuf[IEEE80211_MAX_LEN/2];
928 sc->sc_buflen = IEEE80211_MAX_LEN + sizeof(struct wi_frame); in wi_init()
72 #define MAX_TX_FIFO_THRESHOLD ((IEEE80211_MAX_LEN / 64) + 1)
65 #define MAX_TX_FIFO_THRESHOLD ((IEEE80211_MAX_LEN / 64) + 1)
710 #define IEEE80211_MAX_LEN (2300 + IEEE80211_CRC_LEN + \ macro
795 if (len < 350 /* ? */ || len > IEEE80211_MAX_LEN) in ieee80211_cfgset()
372 #define IEEE80211_MAX_LEN (2300 + IEEE80211_CRC_LEN + \ macro
75 #define MAX_TX_FIFO_THRESHOLD ((IEEE80211_MAX_LEN / 64) + 1)