Provide __skb_append() replacement for Linux 2.6.26
authorproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Mon, 5 May 2008 01:41:23 +0000 (01:41 +0000)
committerproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Mon, 5 May 2008 01:41:23 +0000 (01:41 +0000)
commit32df5a67ce9439166189f47875374789325aff00
treecd0328e4073d23851f82972d564963b8f93fff6f
parent658d470ad58e04e412f35061ac0771b286a4107b
Provide __skb_append() replacement for Linux 2.6.26

__skb_append() will be removed in Linux 2.6.26.  __skb_queue_after()
should be used instead.  Use the new interface on Linux 2.6.25 and
newer.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3602 0192ed92-7a03-0410-a25b-9323aeb14dbd
net80211/ieee80211_linux.h