summaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
authorHarvey Harrison <harvey.harrison@gmail.com>2008-07-16 03:44:12 +0200
committerJohn W. Linville <linville@tuxdriver.com>2008-08-22 22:29:54 +0200
commit6b644e524bbd4089a28e0711de4f1cf2daa5db50 (patch)
tree3c3993bc52c10aa0aa570dd60c3d5b78c56a80ae /include/net/mac80211.h
parentmac80211: rx.c/tx.c remove more users of tx/rx_data->fc (diff)
downloadlinux-6b644e524bbd4089a28e0711de4f1cf2daa5db50.tar.xz
linux-6b644e524bbd4089a28e0711de4f1cf2daa5db50.zip
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 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
*/