aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r--include/net/mac80211.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index d10ed1776fcd..d72346ff3247 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -173,7 +173,6 @@ enum ieee80211_bss_change {
173 * @timestamp: beacon timestamp 173 * @timestamp: beacon timestamp
174 * @beacon_int: beacon interval 174 * @beacon_int: beacon interval
175 * @assoc_capability: capabilities taken from assoc resp 175 * @assoc_capability: capabilities taken from assoc resp
176 * @ht: BSS's HT configuration
177 * @basic_rates: bitmap of basic rates, each bit stands for an 176 * @basic_rates: bitmap of basic rates, each bit stands for an
178 * index into the rate table configured by the driver in 177 * index into the rate table configured by the driver in
179 * the current band. 178 * the current band.
@@ -673,16 +672,6 @@ enum ieee80211_key_alg {
673}; 672};
674 673
675/** 674/**
676 * enum ieee80211_key_len - key length
677 * @LEN_WEP40: WEP 5-byte long key
678 * @LEN_WEP104: WEP 13-byte long key
679 */
680enum ieee80211_key_len {
681 LEN_WEP40 = 5,
682 LEN_WEP104 = 13,
683};
684
685/**
686 * enum ieee80211_key_flags - key flags 675 * enum ieee80211_key_flags - key flags
687 * 676 *
688 * These flags are used for communication about keys between the driver 677 * These flags are used for communication about keys between the driver
@@ -1813,24 +1802,6 @@ struct sk_buff *
1813ieee80211_get_buffered_bc(struct ieee80211_hw *hw, struct ieee80211_vif *vif); 1802ieee80211_get_buffered_bc(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
1814 1803
1815/** 1804/**
1816 * ieee80211_get_hdrlen_from_skb - get header length from data
1817 *
1818 * Given an skb with a raw 802.11 header at the data pointer this function
1819 * returns the 802.11 header length in bytes (not including encryption
1820 * headers). If the data in the sk_buff is too short to contain a valid 802.11
1821 * header the function returns 0.
1822 *
1823 * @skb: the frame
1824 */
1825unsigned int ieee80211_get_hdrlen_from_skb(const struct sk_buff *skb);
1826
1827/**
1828 * ieee80211_hdrlen - get header length in bytes from frame control
1829 * @fc: frame control field in little-endian format
1830 */
1831unsigned int ieee80211_hdrlen(__le16 fc);
1832
1833/**
1834 * ieee80211_get_tkip_key - get a TKIP rc4 for skb 1805 * ieee80211_get_tkip_key - get a TKIP rc4 for skb
1835 * 1806 *
1836 * This function computes a TKIP rc4 key for an skb. It computes 1807 * This function computes a TKIP rc4 key for an skb. It computes