aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/mac80211.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index f9b391faaf76..7ab4ff6159a2 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -1548,6 +1548,12 @@ unsigned int ieee80211_get_hdrlen_from_skb(const struct sk_buff *skb);
1548int ieee80211_get_hdrlen(u16 fc); 1548int ieee80211_get_hdrlen(u16 fc);
1549 1549
1550/** 1550/**
1551 * ieee80211_hdrlen - get header length in bytes from frame control
1552 * @fc: frame control field in little-endian format
1553 */
1554unsigned int ieee80211_hdrlen(__le16 fc);
1555
1556/**
1551 * ieee80211_get_tkip_key - get a TKIP rc4 for skb 1557 * ieee80211_get_tkip_key - get a TKIP rc4 for skb
1552 * 1558 *
1553 * This function computes a TKIP rc4 key for an skb. It computes 1559 * This function computes a TKIP rc4 key for an skb. It computes