http://dsd.object4.net/zd1211-vendor/releases/

Large packet support is now disabled by default due to the reboot/module
reload problems that the large packet firmware introduces. There are
some other small changes as well.

Daniel

This tries to include linux/config.h, which no longer exists in 2.6.19.  I
got around this by changing the '#include <linux/config.h>' to '#include
<linux/autoconf.h>' in src/zd1205.c, src/zd1205_proc.c and src/zd1211.c.
However, make still fails with:
[EMAIL PROTECTED] ~/build/ZD1211LnxDrv_2_16_0_0 $ make
make both
make[1]: Entering directory `/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0'
make clean
make[2]: Entering directory `/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0'
rm -rf .tmp_versions .*.cmd *.ko *.mod.c *.mod.o *.o src/*.o  src/.*.o.cmd
menudbg apdbg winevl_iface
make[2]: Leaving directory `/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0'
make ZD1211REV_B=0
make[2]: Entering directory `/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0'
/lib/modules/2.6.19-emission1/build
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0
-I/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/include -fomit-frame-pointer
-O2 -Wall -Wstrict-prototypes -pipe -Wno-unused -DZDCONF_WE_STAT_SUPPORT=1
-DHOST_IF_USB -DAMAC -DGCCK -DOFDM -DHOSTAPD_SUPPORT -DUSE_EP4_SET_REG
-DDOWNLOADFIRMWARE -DfTX_GAIN_OFDM=0 -DfNEW_CODE_MAP=1 -DfWRITE_WORD_REG=1
-DfREAD_MUL_REG=1 -DENHANCE_RX=1 -DZDCONF_MENUDBG -DZDCONF_APDBG
-DPRODUCTION -DZDCONF_BANDEDGE_ADJUST -DZDCONF_SES_SUPPORT=1 -DAAAA03_FIX=1
-DZD1211 -DZDCONF_LP_SUPPORT=0
src/zd1205.o src/zdreq.o src/zdasocsvc.o src/zdauthreq.o src/zdauthrsp.o
src/zdmmrx.o src/zdshared.o src/zdhci.o src/zdglobal.o src/zdencrypt.o
src/zdpmfilter.o src/zdpsmon.o src/zdsynch.o src/zdbuf.o src/zd1205_proc.o
src/zdhw.o src/zddebug.o src/zdtkipseed.o src/zdmic.o src/zddebug2.o
src/zdlpmgt.o src/zdturbo_burst.o src/zdusb.o src/zdmisc.o src/zd1211.o
make -C /lib/modules/2.6.19-emission1/build
SUBDIRS=/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0 modules
make[3]: Entering directory `/usr/src/linux-2.6.19-emission1'
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1205.o
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1205.c:451: warning:
initialization from incompatible pointer type
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1205.c: In function
'zd1205_xmit_frame':
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1205.c:5025: warning: ISO
C90 forbids mixed declarations and code
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1205.c:5026: warning:
assignment from incompatible pointer type
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1205.c:5029: warning:
assignment from incompatible pointer type
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1205.c: In function
'zd1205_set_zd_cbs':
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1205.c:10344: warning:
assignment from incompatible pointer type
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdinlinef.h: In function
'Cfg_CtrlSetting':
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdinlinef.h:357: warning:
'LenInUs' may be used uninitialized in this function
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdinlinef.h:358: warning:
'NextLenInUs' may be used uninitialized in this function
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1205.c: In function
'zdcb_setup_next_send':
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdinlinef.h:357: warning:
'LenInUs' may be used uninitialized in this function
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdinlinef.h:358: warning:
'NextLenInUs' may be used uninitialized in this function
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdreq.o
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdasocsvc.o
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdauthreq.o
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdauthrsp.o
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdmmrx.o
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdshared.o
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdhci.o
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdhci.c: In function
'zd_IbssConnect':
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdhci.c:1320: warning:
implicit declaration of function 'zd1205_SetRatesInfo'
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdhci.c:1389: warning: ISO C90
forbids mixed declarations and code
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdglobal.o
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdencrypt.o
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdpmfilter.o
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdpsmon.o
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdpsmon.c: In function
'RxInfoIndicate':
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdpsmon.c:397: warning: 'asoc'
may be used uninitialized in this function
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdpsmon.c:396: warning:
'oldPsm' may be used uninitialized in this function
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdsynch.o
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdbuf.o
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1205_proc.o
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdhw.o
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdhw.c: In function
'HW_RadioOnOff':
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdhw.c:3829: warning:
'tmpvalue' is used uninitialized in this function
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdhw.c: In function
'HW_Set_UW2453_RF_Chips':
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdhw.c:1364: warning:
'tmpvalue' is used uninitialized in this function
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zddebug.o
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zddebug.c: In function
'zd1205_dump_cnters':
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zddebug.c:137: warning: format
'%08d' expects type 'int', but argument 2 has type 'U32'
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zddebug.c:1017:5: warning:
"CODE4_AP" is not defined
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdtkipseed.o
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdmic.o
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zddebug2.o
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdlpmgt.o
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdturbo_burst.o
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdusb.o
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zdmisc.o
 CC [M]  /home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.o
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c: In function
'zd1211_USB_WRITE_EEPROM_DATA':
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c:377: warning: passing
argument 6 of 'usb_fill_int_urb' from incompatible pointer type
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c:382: warning: passing
argument 6 of 'usb_fill_bulk_urb' from incompatible pointer type
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c: In function
'zd1211_USB_ProgramFlash':
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c:441: warning: passing
argument 6 of 'usb_fill_int_urb' from incompatible pointer type
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c:446: warning: passing
argument 6 of 'usb_fill_bulk_urb' from incompatible pointer type
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c: In function
'zd1211_USB_PACKAGE_READ_REGISTER':
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c:520: warning: passing
argument 6 of 'usb_fill_int_urb' from incompatible pointer type
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c:525: warning: passing
argument 6 of 'usb_fill_bulk_urb' from incompatible pointer type
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c: In function
'zd1211_USB_PACKAGE_WRITE_REGISTER':
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c:712: warning: passing
argument 6 of 'usb_fill_int_urb' from incompatible pointer type
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c:717: warning: passing
argument 6 of 'usb_fill_bulk_urb' from incompatible pointer type
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c:1566:5: warning:
"fVERIFY_FLASH" is not defined
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c: In function
'zd1211_USB_SET_RF_REG':
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c:1684: warning:
passing argument 6 of 'usb_fill_int_urb' from incompatible pointer type
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c:1689: warning:
passing argument 6 of 'usb_fill_bulk_urb' from incompatible pointer type
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c: In function
'zd1211_InitSetup':
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c:1879: warning:
passing argument 6 of 'usb_fill_bulk_urb' from incompatible pointer type
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c:1909: error: 'struct
net_device' has no member named 'get_wireless_stats'
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c: In function
'zd1211_intr_cb':
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c:2524: warning:
passing argument 6 of 'usb_fill_bulk_urb' from incompatible pointer type
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c: In function
'zd1211_submit_rx_urb':
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c:2660: warning:
passing argument 6 of 'usb_fill_bulk_urb' from incompatible pointer type
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c: In function
'zd1211_submit_tx_urb':
/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.c:2969: warning:
passing argument 6 of 'usb_fill_bulk_urb' from incompatible pointer type
make[4]: *** [/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0/src/zd1211.o] Error
1
make[3]: *** [_module_/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0] Error 2
make[3]: Leaving directory `/usr/src/linux-2.6.19-emission1'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0'
make[1]: *** [both] Error 2
make[1]: Leaving directory `/home/ubrpngn/build/ZD1211LnxDrv_2_16_0_0'
make: *** [all] Error 2
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Reply via email to