Searched refs:WLAN_CRC_LEN (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | p80211conv.c | 291 payload_length = skb->len - WLAN_HDR_A3_LEN - WLAN_CRC_LEN; in skb_p80211_to_ether() 377 skb_trim(skb, skb->len - WLAN_CRC_LEN); in skb_p80211_to_ether() 413 skb_trim(skb, skb->len - WLAN_CRC_LEN); in skb_p80211_to_ether() 453 skb_trim(skb, skb->len - WLAN_CRC_LEN); in skb_p80211_to_ether() 480 skb_trim(skb, skb->len - WLAN_CRC_LEN); in skb_p80211_to_ether()
|
D | p80211hdr.h | 66 #define WLAN_CRC_LEN 4 macro
|
D | hfa384x_usb.c | 3495 memset(skb_put(skb, WLAN_CRC_LEN), 0xff, WLAN_CRC_LEN); in hfa384x_usbin_rx() 3569 skblen = sizeof(struct p80211_caphdr) + hdrlen + datalen + WLAN_CRC_LEN; in hfa384x_int_rxmonitor() 3574 WLAN_HDR_A4_LEN + WLAN_DATA_MAXLEN + WLAN_CRC_LEN)) { in hfa384x_int_rxmonitor() 3626 datap = skb_put(skb, WLAN_CRC_LEN); in hfa384x_int_rxmonitor() 3627 memset(datap, 0xff, WLAN_CRC_LEN); in hfa384x_int_rxmonitor()
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | wifi.h | 40 #define WLAN_CRC_LEN 4 macro
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | wifi.h | 35 #define WLAN_CRC_LEN 4 macro
|