Searched refs:ethconv (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | p80211conv.h | 133 int skb_p80211_to_ether(struct wlandevice *wlandev, u32 ethconv, 135 int skb_ether_to_p80211(struct wlandevice *wlandev, u32 ethconv,
|
H A D | p80211conv.c | 87 int skb_ether_to_p80211(struct wlandevice *wlandev, u32 ethconv, in skb_ether_to_p80211() argument 105 if (ethconv == WLAN_ETHCONV_ENCAP) { /* simplest case */ in skb_ether_to_p80211() 133 if (ethconv == WLAN_ETHCONV_8021h && in skb_ether_to_p80211() 254 int skb_p80211_to_ether(struct wlandevice *wlandev, u32 ethconv, in skb_p80211_to_ether() argument 366 (ethconv == WLAN_ETHCONV_8021h) && in skb_p80211_to_ether()
|
H A D | p80211netdev.c | 234 if (skb_p80211_to_ether(wlandev, wlandev->ethconv, skb) == 0) { in p80211_convert_to_ether() 365 (wlandev, wlandev->ethconv, skb, &p80211_hdr, in p80211knetdev_hard_start_xmit() 369 wlandev->ethconv); in p80211knetdev_hard_start_xmit() 649 wlandev->ethconv = WLAN_ETHCONV_8021h; in wlan_setup()
|
H A D | p80211netdev.h | 153 unsigned int ethconv; member
|