Home
last modified time | relevance | path

Searched refs:IEEE80211_CRC_LEN (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_proto.h903 #define IEEE80211_CRC_LEN 4 macro
916 IEEE80211_MTU_MAX + IEEE80211_CRC_LEN)
918 (sizeof (struct ieee80211_frame_ack) + IEEE80211_CRC_LEN)
920 (sizeof (struct ieee80211_frame_min) + IEEE80211_CRC_LEN)
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_beacon.c87 MBLKL(mp) + IEEE80211_CRC_LEN, /* frame length */ in arn_beacon_setup()
H A Darn_recv.c542 rx_mp->b_wptr -= IEEE80211_CRC_LEN; in arn_rx_handler()
H A Darn_xmit.c1876 pktlen = IEEE80211_CRC_LEN; in arn_tx_start()
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100_impl.h532 + IEEE80211_CRC_LEN]; /* FCS */
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c488 IEEE80211_MTU + IEEE80211_CRC_LEN + in ath_desc_alloc()
616 rx_mp->b_wptr -= IEEE80211_CRC_LEN; in ath_rx_handler()
690 pktlen = IEEE80211_CRC_LEN; in ath_tx_start()
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c1218 IEEE80211_MTU + IEEE80211_CRC_LEN + sizeof (struct ieee80211_llc) + in rtw_dma_init()
2046 overlen = 8 + IEEE80211_CRC_LEN; in rtw_compute_duration()
2049 overlen = IEEE80211_CRC_LEN; in rtw_compute_duration()
2666 len -= IEEE80211_CRC_LEN; in rtw_intr_rx()
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c502 pktlen -= IEEE80211_CRC_LEN; in ural_rxeof()
637 len += IEEE80211_CRC_LEN; in ural_setup_tx_desc()
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c249 sizeof (struct zyd_rx_stat) - IEEE80211_CRC_LEN; in zyd_receive()
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c701 len += IEEE80211_CRC_LEN; in rum_setup_tx_desc()
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560.c1404 len += IEEE80211_CRC_LEN; in rt2560_setup_tx_desc()
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c1381 len += IEEE80211_CRC_LEN; in rt2661_setup_tx_desc()
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c1204 (pktlen + IEEE80211_CRC_LEN > ic->ic_rtsthreshold || in rt2860_send()
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c2070 framelen = pktlen + IEEE80211_CRC_LEN; in uath_send()
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c467 IEEE80211_MTU + IEEE80211_CRC_LEN + in wpi_attach()
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp.c567 IEEE80211_MTU + IEEE80211_CRC_LEN + in iwp_attach()
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c606 IEEE80211_MTU + IEEE80211_CRC_LEN + in iwh_attach()
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c537 IEEE80211_MTU + IEEE80211_CRC_LEN + in iwk_attach()
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c3852 if (totlen + IEEE80211_CRC_LEN > ic->ic_rtsthreshold) { in iwn_send()