IEEE80211_MAX_LEN
#define AR5K_TUNE_MAX_TX_FIFO_THRES ((IEEE80211_MAX_LEN / 64) + 1)
const bus_size_t size = IEEE80211_MAX_LEN;
const bus_size_t size = IEEE80211_MAX_LEN;
cfg_cmd.max_mpdu_len = IEEE80211_MAX_LEN;
cfg_cmd.max_mpdu_len = IEEE80211_MAX_LEN;
IEEE80211_MAX_LEN + 3) & ~3)
RAL_TX_DESC_SIZE + IEEE80211_MAX_LEN);
((sizeof(struct r92s_tx_desc) + IEEE80211_MAX_LEN + 3) & ~3)
RT2573_TX_DESC_SIZE + IEEE80211_MAX_LEN);
(sizeof (uint32_t) + sizeof (struct uath_tx_desc) + IEEE80211_MAX_LEN)
#define URTWN_TXBUFSZ (sizeof(struct r92e_tx_desc_usb) + IEEE80211_MAX_LEN)
(sizeof (struct zyd_tx_desc) + IEEE80211_MAX_LEN)
((sizeof (struct zyd_plcphdr) + IEEE80211_MAX_LEN + \
#define IEEE80211_RTS_MAX IEEE80211_MAX_LEN