#1926: Error with Andrew Morton patchset (2.6.25-mm1)
-----------------------------------+----------------------------------------
Reporter: [EMAIL PROTECTED] | Type: defect
Status: new | Priority: minor
Component: madwifi: 802.11 stack | Version: trunk
Keywords: | Patch_attached: 0
-----------------------------------+----------------------------------------
I found a problem to compile the madwifi using patchset of Andrew Morton
to the kernel 2.6.25, the 2.6.25-mm1.
The error message was:
{{{
CC [M] /home/daniel/temp/madwifi/net80211/ieee80211_node.o
CC [M] /home/daniel/temp/madwifi/net80211/ieee80211_output.o
CC [M] /home/daniel/temp/madwifi/net80211/ieee80211_power.o
/home/daniel/temp/madwifi/net80211/ieee80211_power.c: In function
'ieee80211_pwrsave':
/home/daniel/temp/madwifi/net80211/ieee80211_power.c:247: error: implicit
declaration of function '__skb_append'
make[3]: *** [/home/daniel/temp/madwifi/net80211/ieee80211_power.o] Error
1
make[2]: *** [/home/daniel/temp/madwifi/net80211] Error 2
make[1]: *** [_module_/home/daniel/temp/madwifi] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.25'
make: ** [modules] Erro 2
}}}
Reading the kernel changelog noted that the function was modified. Changed
the source "net80211/ieee80211_power.c", in line 247
from :
__skb_append(tail, skb, &ni->ni_savedq);
to:
__skb_queue_after(&ni->ni_savedq, skb, tail);
And the compilation and operation (I'm using it now) is apparently ok.
I using the svn version.
--
Ticket URL: <https://madwifi.org/ticket/1926>
madwifi.org <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Madwifi-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/madwifi-tickets