Home
last modified time | relevance | path

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

/linux/drivers/staging/wlan-ng/
A Dp80211conv.c291 payload_length = skb->len - WLAN_HDR_A3_LEN - WLAN_CRC_LEN; in skb_p80211_to_ether()
378 skb_trim(skb, skb->len - WLAN_CRC_LEN); in skb_p80211_to_ether()
414 skb_trim(skb, skb->len - WLAN_CRC_LEN); in skb_p80211_to_ether()
455 skb_trim(skb, skb->len - WLAN_CRC_LEN); in skb_p80211_to_ether()
482 skb_trim(skb, skb->len - WLAN_CRC_LEN); in skb_p80211_to_ether()
A Dp80211hdr.h67 #define WLAN_CRC_LEN 4 macro
A Dhfa384x_usb.c3288 memset(skb_put(skb, WLAN_CRC_LEN), 0xff, WLAN_CRC_LEN); in hfa384x_usbin_rx()
3363 skblen = sizeof(struct p80211_caphdr) + hdrlen + datalen + WLAN_CRC_LEN; in hfa384x_int_rxmonitor()
3368 WLAN_HDR_A4_LEN + WLAN_DATA_MAXLEN + WLAN_CRC_LEN)) { in hfa384x_int_rxmonitor()
3421 datap = skb_put(skb, WLAN_CRC_LEN); in hfa384x_int_rxmonitor()
3422 memset(datap, 0xff, WLAN_CRC_LEN); in hfa384x_int_rxmonitor()
/linux/drivers/staging/rtl8723bs/include/
A Dwifi.h14 #define WLAN_CRC_LEN 4 macro
/linux/drivers/staging/r8188eu/include/
A Dwifi.h19 #define WLAN_CRC_LEN 4 macro

Completed in 20 milliseconds