Use __skb_queue_after() instead of __skb_append()
authorproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Mon, 5 May 2008 12:12:43 +0000 (12:12 +0000)
committerproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Mon, 5 May 2008 12:12:43 +0000 (12:12 +0000)
commita49a9730277aba29a93573b958e3d96af77440bc
treeb232cf1bf3612ad051e05585d46750f6c385195e
parent1941f3990b0018414c972e4c2a2629f53b8a2954
Use __skb_queue_after() instead of __skb_append()

Follow the rule of coding for the latest API.  Use __skb_queue_after()
in the code rather than __skb_append(), which is due to be removed in
Linux 2.6.26.  Provide compatibility definitions for __skb_queue_after()
in include/compat.h.

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