'\" t .\" Title: ieee80211_amsdu_to_8023s .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Data path helpers .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "IEEE80211_AMSDU_TO_8" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Data path helpers" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ieee80211_amsdu_to_8023s \- decode an IEEE 802\&.11n A\-MSDU frame .SH "SYNOPSIS" .HP \w'void\ ieee80211_amsdu_to_8023s('u .BI "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" ", bool\ " "has_80211_header" ");" .SH "ARGUMENTS" .PP \fIskb\fR .RS 4 The input IEEE 802\&.11n A\-MSDU frame\&. .RE .PP \fIlist\fR .RS 4 The output list of 802\&.3 frames\&. It must be allocated and initialized by by the caller\&. .RE .PP \fIaddr\fR .RS 4 The device MAC address\&. .RE .PP \fIiftype\fR .RS 4 The device interface type\&. .RE .PP \fIextra_headroom\fR .RS 4 The hardware extra headroom for SKBs in the \fIlist\fR\&. .RE .PP \fIhas_80211_header\fR .RS 4 Set it true if SKB is with IEEE 802\&.11 header\&. .RE .SH "DESCRIPTION" .PP .PP Decode an IEEE 802\&.11n A\-MSDU frame and convert it to a list of 802\&.3 frames\&. The \fIlist\fR will be empty if the decode fails\&. The \fIskb\fR is consumed after the function returns\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br