summaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
authorHarvey Harrison2008-06-11 23:21:57 +0200
committerJohn W. Linville2008-06-14 18:18:12 +0200
commitc9c6950c14ffc0e30e592fec1ebcb203ad3dff10 (patch)
treebcfdd7dea25e8b6acfea1a54ea28394a531e3fae /include/net/mac80211.h
parentmac80211: remove ieee80211_get_morefrag (diff)
downloadkernel-qcow2-linux-c9c6950c14ffc0e30e592fec1ebcb203ad3dff10.tar.gz
kernel-qcow2-linux-c9c6950c14ffc0e30e592fec1ebcb203ad3dff10.tar.xz
kernel-qcow2-linux-c9c6950c14ffc0e30e592fec1ebcb203ad3dff10.zip
mac80211: make ieee80211_get_hdrlen_from_skb return unsigned
Many callers already expect it to. 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 1196de85f8db..f9b391faaf76 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -1535,7 +1535,7 @@ ieee80211_get_buffered_bc(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
*
* @skb: the frame
*/
-int ieee80211_get_hdrlen_from_skb(const struct sk_buff *skb);
+unsigned int ieee80211_get_hdrlen_from_skb(const struct sk_buff *skb);
/**
* ieee80211_get_hdrlen - get header length from frame control