Another SKB_NI

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3493 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mtaylor 2008-04-09 21:23:40 +00:00
parent 253f7e4d52
commit e507ef4964

View File

@ -156,7 +156,7 @@ ieee80211_getmgtframe(u_int8_t **frm, u_int pktlen)
if (off != 0)
skb_reserve(skb, align - off);
SKB_CB(skb)->ni = NULL;
SKB_NI(skb) = NULL;
SKB_CB(skb)->flags = 0;
SKB_CB(skb)->next = NULL;