Home
last modified time | relevance | path

Searched refs:ethconv (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/staging/wlan-ng/
Dp80211conv.c108 int skb_ether_to_p80211(struct wlandevice *wlandev, u32 ethconv, in skb_ether_to_p80211() argument
126 if (ethconv == WLAN_ETHCONV_ENCAP) { /* simplest case */ in skb_ether_to_p80211()
154 if (ethconv == WLAN_ETHCONV_8021h && in skb_ether_to_p80211()
275 int skb_p80211_to_ether(struct wlandevice *wlandev, u32 ethconv, in skb_p80211_to_ether() argument
387 (ethconv == WLAN_ETHCONV_8021h) && in skb_p80211_to_ether()
Dp80211conv.h154 int skb_p80211_to_ether(struct wlandevice *wlandev, u32 ethconv,
156 int skb_ether_to_p80211(struct wlandevice *wlandev, u32 ethconv,
Dp80211netdev.c255 if (skb_p80211_to_ether(wlandev, wlandev->ethconv, skb) == 0) { in p80211_convert_to_ether()
386 (wlandev, wlandev->ethconv, skb, &p80211_hdr, in p80211knetdev_hard_start_xmit()
390 wlandev->ethconv); in p80211knetdev_hard_start_xmit()
670 wlandev->ethconv = WLAN_ETHCONV_8021h; in wlan_setup()
Dp80211netdev.h174 unsigned int ethconv; member