Home
last modified time | relevance | path

Searched refs:ETH_P_80211_RAW (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/drivers/staging/wlan-ng/
Dp80211netdev.c285 skb->protocol = htons(ETH_P_80211_RAW); in p80211netdev_rx_bh()
361 if (be16_to_cpu(skb->protocol) != ETH_P_80211_RAW) { in p80211knetdev_hard_start_xmit()
372 if (be16_to_cpu(skb->protocol) == ETH_P_80211_RAW) { in p80211knetdev_hard_start_xmit()
Dp80211netdev.h86 #define ETH_P_80211_RAW (ETH_P_ECONET + 1) macro
/linux-4.4.14/drivers/staging/rtl8712/
Dieee80211.h277 #ifndef ETH_P_80211_RAW
278 #define ETH_P_80211_RAW (ETH_P_ECONET + 1) macro
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dlibipw.h134 #ifndef ETH_P_80211_RAW
135 #define ETH_P_80211_RAW (ETH_P_ECONET + 1) macro
Dlibipw_rx.c50 skb->protocol = htons(ETH_P_80211_RAW); in libipw_monitor_rx()
Dipw2200.c81 #define ETH_P_80211_STATS (ETH_P_80211_RAW + 1)
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dieee80211.h455 #ifndef ETH_P_80211_RAW
456 #define ETH_P_80211_RAW (ETH_P_ECONET + 1) macro
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib.h529 #ifndef ETH_P_80211_RAW
530 #define ETH_P_80211_RAW (ETH_P_ECONET + 1) macro
Drtllib_rx.c59 skb->protocol = htons(ETH_P_80211_RAW); in rtllib_monitor_rx()
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h560 #ifndef ETH_P_80211_RAW
561 #define ETH_P_80211_RAW (ETH_P_ECONET + 1) macro
Dieee80211_rx.c58 skb->protocol = htons(ETH_P_80211_RAW); in ieee80211_monitor_rx()