ieee80211_amsdu_to_8023s — decode an IEEE 802.11n A-MSDU frame
void ieee80211_amsdu_to_8023s ( | struct sk_buff * skb, |
| struct sk_buff_head * list, | |
| const u8 * addr, | |
| enum nl80211_iftype iftype, | |
| const unsigned int extra_headroom, | |
| const u8 * check_da, | |
const u8 * check_sa); |
skbThe input A-MSDU frame without any headers.
listThe output list of 802.3 frames. It must be allocated and initialized by by the caller.
addrThe device MAC address.
iftypeThe device interface type.
extra_headroom
The hardware extra headroom for SKBs in the list.
check_daDA to check in the inner ethernet header, or NULL
check_saSA to check in the inner ethernet header, or NULL