Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/wlan-ng/
Dp80211conv.h155 int skb_p80211_to_ether(struct wlandevice *wlandev, u32 ethconv,
157 int skb_ether_to_p80211(struct wlandevice *wlandev, u32 ethconv,
Dp80211conv.c105 int skb_ether_to_p80211(wlandevice_t *wlandev, u32 ethconv, in skb_ether_to_p80211() argument
124 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(wlandevice_t *wlandev, u32 ethconv, in skb_p80211_to_ether() argument
386 && (ethconv == WLAN_ETHCONV_8021h) in skb_p80211_to_ether()
Dp80211netdev.c249 if (skb_p80211_to_ether(wlandev, wlandev->ethconv, skb) == 0) { in p80211_convert_to_ether()
382 (wlandev, wlandev->ethconv, skb, &p80211_hdr, in p80211knetdev_hard_start_xmit()
386 wlandev->ethconv); in p80211knetdev_hard_start_xmit()
729 wlandev->ethconv = WLAN_ETHCONV_8021h; in wlan_setup()
Dp80211netdev.h180 unsigned int ethconv; member