Searched refs:ethconv (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | p80211conv.h | 155 int skb_p80211_to_ether(struct wlandevice *wlandev, u32 ethconv, 157 int skb_ether_to_p80211(struct wlandevice *wlandev, u32 ethconv,
|
D | p80211conv.c | 105 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()
|
D | p80211netdev.c | 249 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()
|
D | p80211netdev.h | 180 unsigned int ethconv; member
|