From: James K. <jke...@li...> - 2005-08-05 16:58:58
|
Zhu Yi wrote: >You patch is correct. Another apporach is using skb_unshare() at the >beginning of ieee80211_xmit(). It will copy another skb only if the skb >is cloned. So the overload is also small. I've attached the patch FYI. > > I'll keep the current approach since there is no (vs. small) overhead associated w/ using PF_PACKET sockets then. Thanks for checking into this. James |