Home
last modified time | relevance | path

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

/linux-5.15/drivers/staging/wlan-ng/ !
H A 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()
H A Dp80211netdev.h84 #define ETH_P_80211_RAW (ETH_P_ECONET + 1) macro
/linux-5.15/drivers/staging/rtl8723bs/include/ !
A Dieee80211.h265 #ifndef ETH_P_80211_RAW
266 #define ETH_P_80211_RAW (ETH_P_ECONET + 1) macro
/linux-5.15/drivers/net/wireless/intel/ipw2x00/ !
A Dlibipw.h129 #ifndef ETH_P_80211_RAW
130 #define ETH_P_80211_RAW (ETH_P_ECONET + 1) macro
A Dlibipw_rx.c46 skb->protocol = htons(ETH_P_80211_RAW); in libipw_monitor_rx()
A Dipw2200.c67 #define ETH_P_80211_STATS (ETH_P_80211_RAW + 1)
/linux-5.15/drivers/staging/r8188eu/include/ !
A Dieee80211.h414 #ifndef ETH_P_80211_RAW
415 #define ETH_P_80211_RAW (ETH_P_ECONET + 1) macro
/linux-5.15/drivers/staging/rtl8192e/ !
H A Drtllib.h473 #ifndef ETH_P_80211_RAW
474 #define ETH_P_80211_RAW (ETH_P_ECONET + 1) macro
H A Drtllib_rx.c51 skb->protocol = htons(ETH_P_80211_RAW); in rtllib_monitor_rx()
/linux-5.15/drivers/staging/rtl8192u/ieee80211/ !
H A Dieee80211.h552 #ifndef ETH_P_80211_RAW
553 #define ETH_P_80211_RAW (ETH_P_ECONET + 1) macro
H A Dieee80211_rx.c54 skb->protocol = htons(ETH_P_80211_RAW); in ieee80211_monitor_rx()