diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-07-16 01:44:12 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-08-22 20:29:54 (GMT) |
commit | 6b644e524bbd4089a28e0711de4f1cf2daa5db50 (patch) | |
tree | 3c3993bc52c10aa0aa570dd60c3d5b78c56a80ae /include | |
parent | b73d70ad8665fd3f35c855075b9a94de3e2b69e2 (diff) | |
download | linux-6b644e524bbd4089a28e0711de4f1cf2daa5db50.tar.xz |
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')
-rw-r--r-- | include/net/mac80211.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index dcc05a1..0fdc3da 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 */ |