aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
authorHarvey Harrison <harvey.harrison@gmail.com>2008-07-15 21:44:12 -0400
committerJohn W. Linville <linville@tuxdriver.com>2008-08-22 16:29:54 -0400
commit6b644e524bbd4089a28e0711de4f1cf2daa5db50 (patch)
tree3c3993bc52c10aa0aa570dd60c3d5b78c56a80ae /include/net/mac80211.h
parentb73d70ad8665fd3f35c855075b9a94de3e2b69e2 (diff)
mac80211: remove ieee80211_get_hdrlen
All users have been moved over to the version taking a le16 frame control rather than a cpu-endian value. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r--include/net/mac80211.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index dcc05a197dc..0fdc3dabc96 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -1559,16 +1559,6 @@ ieee80211_get_buffered_bc(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
1559unsigned int ieee80211_get_hdrlen_from_skb(const struct sk_buff *skb); 1559unsigned int ieee80211_get_hdrlen_from_skb(const struct sk_buff *skb);
1560 1560
1561/** 1561/**
1562 * ieee80211_get_hdrlen - get header length from frame control
1563 *
1564 * This function returns the 802.11 header length in bytes (not including
1565 * encryption headers.)
1566 *
1567 * @fc: the frame control field (in CPU endianness)
1568 */
1569int ieee80211_get_hdrlen(u16 fc);
1570
1571/**
1572 * ieee80211_hdrlen - get header length in bytes from frame control 1562 * ieee80211_hdrlen - get header length in bytes from frame control
1573 * @fc: frame control field in little-endian format 1563 * @fc: frame control field in little-endian format
1574 */ 1564 */