Another SKB_NI

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3494 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mtaylor 2008-04-09 21:24:26 +00:00
parent e507ef4964
commit 44dfbc1d20
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ ieee80211_monitor_encap(struct ieee80211vap *vap, struct sk_buff *skb)
struct ieee80211_phy_params *ph = (struct ieee80211_phy_params *)
(SKB_CB(skb) + 1); /* NB: SKB_CB casts to CB struct*. */
SKB_CB(skb)->flags = M_RAW;
SKB_CB(skb)->ni = NULL;
SKB_NI(skb) = NULL;
SKB_CB(skb)->next = NULL;
memset(ph, 0, sizeof(struct ieee80211_phy_params));