mirror of
https://github.com/proski/madwifi
synced 2025-02-19 16:54:18 +03:00
Another SKB_NI
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3493 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
parent
253f7e4d52
commit
e507ef4964
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user