Home
last modified time | relevance | path

Searched refs:WLAN_CRC_LEN (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211conv.c270 payload_length = skb->len - WLAN_HDR_A3_LEN - WLAN_CRC_LEN; in skb_p80211_to_ether()
357 skb_trim(skb, skb->len - WLAN_CRC_LEN); in skb_p80211_to_ether()
393 skb_trim(skb, skb->len - WLAN_CRC_LEN); in skb_p80211_to_ether()
434 skb_trim(skb, skb->len - WLAN_CRC_LEN); in skb_p80211_to_ether()
461 skb_trim(skb, skb->len - WLAN_CRC_LEN); in skb_p80211_to_ether()
H A Dp80211hdr.h46 #define WLAN_CRC_LEN 4 macro
H A Dhfa384x_usb.c3267 memset(skb_put(skb, WLAN_CRC_LEN), 0xff, WLAN_CRC_LEN); in hfa384x_usbin_rx()
3342 skblen = sizeof(struct p80211_caphdr) + hdrlen + datalen + WLAN_CRC_LEN; in hfa384x_int_rxmonitor()
3347 WLAN_HDR_A4_LEN + WLAN_DATA_MAXLEN + WLAN_CRC_LEN)) { in hfa384x_int_rxmonitor()
3400 datap = skb_put(skb, WLAN_CRC_LEN); in hfa384x_int_rxmonitor()
3401 memset(datap, 0xff, WLAN_CRC_LEN); in hfa384x_int_rxmonitor()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dwifi.h14 #define WLAN_CRC_LEN 4 macro