Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/wlan-ng/
Dp80211netdev.c289 skb->protocol = htons(ETH_P_80211_RAW); in p80211netdev_rx_bh()
365 if (be16_to_cpu(skb->protocol) != ETH_P_80211_RAW) { in p80211knetdev_hard_start_xmit()
376 if (be16_to_cpu(skb->protocol) == ETH_P_80211_RAW) { in p80211knetdev_hard_start_xmit()
Dp80211netdev.h84 #define ETH_P_80211_RAW (ETH_P_ECONET + 1) macro
/Linux-v4.19/drivers/staging/rtl8712/
Dieee80211.h269 #ifndef ETH_P_80211_RAW
270 #define ETH_P_80211_RAW (ETH_P_ECONET + 1) macro
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dieee80211.h325 #ifndef ETH_P_80211_RAW
326 #define ETH_P_80211_RAW (ETH_P_ECONET + 1) macro
/Linux-v4.19/drivers/net/wireless/intel/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-v4.19/drivers/staging/rtl8723bs/include/
Dieee80211.h322 #ifndef ETH_P_80211_RAW
323 #define ETH_P_80211_RAW (ETH_P_ECONET + 1) macro
/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib.h477 #ifndef ETH_P_80211_RAW
478 #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-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h556 #ifndef ETH_P_80211_RAW
557 #define ETH_P_80211_RAW (ETH_P_ECONET + 1) macro
Dieee80211_rx.c58 skb->protocol = htons(ETH_P_80211_RAW); in ieee80211_monitor_rx()