Searched refs:ethconv (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/staging/wlan-ng/ |
A D | p80211conv.c | 108 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()
|
A D | p80211conv.h | 154 int skb_p80211_to_ether(struct wlandevice *wlandev, u32 ethconv, 156 int skb_ether_to_p80211(struct wlandevice *wlandev, u32 ethconv,
|
A D | p80211netdev.c | 255 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()
|
A D | p80211netdev.h | 176 unsigned int ethconv; member
|
Completed in 9 milliseconds