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>
This commit is contained in:
committed by
John W. Linville
parent
8b7b1e05b0
commit
c9c6950c14
@@ -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
|
||||
|
Reference in New Issue
Block a user