#417: Power Save Mode handling and Packet Queuing
----------------------------------------+-----------------------------------
Reporter: [EMAIL PROTECTED] | Owner: mentor
Type: defect | Status: assigned
Priority: major | Milestone: version 0.9.x -
progressive release candidate phase
Component: madwifi: 802.11 stack | Version: trunk
Resolution: | Keywords:
Patch_attached: 1 |
----------------------------------------+-----------------------------------
Comment (by foodoc):
Compile errors: (with the latest patch '''madwifi-parent.3.2.diff''')
{{{
cc1: warnings being treated as errors
/home/router/router/build/madwifi-ng/1611-
20060531/sources/net80211/ieee80211_output.c: In function
'ieee80211_hardstart':
/home/router/router/build/madwifi-ng/1611-
20060531/sources/net80211/ieee80211_output.c:298: warning: control reaches
end of non-void function
make[4]: *** [/home/router/router/build/madwifi-ng/1611-
20060531/sources/net80211/ieee80211_output.o] Error 1
}}}
I fixed it by hand:
{{{
ieee80211_output.c @ line 295
bad:
if (skb != NULL)
dev_kfree_skb(skb);
+ return 0;
}
}}}
just in case: this is my gcc
{{{
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-
languages=c,c++,java,fortran,objc,obj-c++,ada,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib --without-
included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1
--enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug
--enable-java-awt=gtk --enable-gtk-cairo --with-java-
home=/usr/lib/jvm/java-1.4.2-gcj-4.1-1.4.2.0/jre --enable-mpfr --with-
tune=i686 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.1 20060511 (prerelease) (Debian 4.1.0-4)
}}}
--
Ticket URL: <http://madwifi.org/ticket/417>
MadWifi <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity