Convert an 802.11 data frame to 802.3
int ieee80211_data_to_8023(struct sk_buff * skb, const u8 * addr, enum nl80211_iftype iftype);
skb
the 802.11 data frame
addr
the device MAC address
iftype
the virtual interface type
0 on success. Non-zero on error.
Johannes Berg <[email protected]>
Author.