Re: [OpenWrt-Devel] modifying sk_buff

2011-11-11 Thread abhinav narain
When I comment the call to ieee80211_rx_monitor() in ieee80211_rx() and recompile the driver, my router keeps rebooting. On Fri, Nov 11, 2011 at 8:56 PM, abhinav narain wrote: > hi, > I am trying to add a header in driver ath9k. > I am doing it by adding the header by using skb_put(..) and incre

[OpenWrt-Devel] modifying sk_buff

2011-11-11 Thread abhinav narain
hi, I am trying to add a header in driver ath9k. I am doing it by adding the header by using skb_put(..) and increment the skb->data pointer. Then adding the usual skb content after it by using skb_put(). I finally call netif_rx() to push the skb to upper layers, and can see a notification that it