summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorHarvey Harrison <harvey.harrison@gmail.com>2008-07-15 18:44:12 -0700
committerJohn W. Linville <linville@tuxdriver.com>2008-08-22 16:29:54 -0400
commit6b644e524bbd4089a28e0711de4f1cf2daa5db50 (patch)
tree3c3993bc52c10aa0aa570dd60c3d5b78c56a80ae /include/net
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')
-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 dcc05a197dc1..0fdc3dabc964 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);
unsigned int ieee80211_get_hdrlen_from_skb(const struct sk_buff *skb);
/**
- * ieee80211_get_hdrlen - get header length from frame control
- *
- * This function returns the 802.11 header length in bytes (not including
- * encryption headers.)
- *
- * @fc: the frame control field (in CPU endianness)
- */
-int ieee80211_get_hdrlen(u16 fc);
-
-/**
* ieee80211_hdrlen - get header length in bytes from frame control
* @fc: frame control field in little-endian format
*/