7603

所属分类:驱动编程
开发工具:Unix_Linux
文件大小:2541KB
下载次数:44
上传日期:2015-11-28 14:05:14
上 传 者kmi
说明:  MT7603驱动。版本号V4.0.1.0rev1_DPA
(MT7603 version V4.0.1.0rev1_DPA)

文件列表:
7603\rlt_wifi\Makefile (20178, 2015-06-29)
7603\rlt_wifi\Kconfig (7810, 2015-06-29)
7603\rlt_wifi\Kconfig.mt_wifi (8697, 2015-06-29)
7603\rlt_wifi\History.txt (4344, 2015-06-29)
7603\rlt_wifi\RT2860AP.dat (2077, 2015-06-29)
7603\rlt_wifi\RT2860APCard.dat (595, 2015-06-29)
7603\rlt_wifi\chips\mt7603.c (46636, 2015-06-29)
7603\rlt_wifi\chips\mt7628.c (36501, 2015-06-29)
7603\rlt_wifi\chips\mt7636.c (37099, 2015-06-29)
7603\rlt_wifi\chips\rt28xx.c (13171, 2015-06-29)
7603\rlt_wifi\chips\rt65xx.c (977, 2015-06-29)
7603\rlt_wifi\chips\rtmp_chip.c (12924, 2015-06-29)
7603\rlt_wifi\chips\rtxx_dft.c (10770, 2015-06-29)
7603\rlt_wifi\common\action.c (33570, 2015-06-29)
7603\rlt_wifi\common\all_net_event.c (589, 2015-06-29)
7603\rlt_wifi\common\ba_action.c (54314, 2015-06-29)
7603\rlt_wifi\common\client_wds.c (4610, 2015-06-29)
7603\rlt_wifi\common\cmm_aes.c (28763, 2015-06-29)
7603\rlt_wifi\common\cmm_cfg.c (79881, 2015-06-29)
7603\rlt_wifi\common\cmm_cmd.c (3836, 2015-06-29)
7603\rlt_wifi\common\cmm_cs.c (24356, 2015-06-29)
7603\rlt_wifi\common\cmm_data.c (128525, 2015-06-29)
7603\rlt_wifi\common\cmm_data_pci.c (75671, 2015-06-29)
7603\rlt_wifi\common\cmm_data_sdio.c (2821, 2015-06-29)
7603\rlt_wifi\common\cmm_dfs.c (79824, 2015-06-29)
7603\rlt_wifi\common\cmm_info.c (259868, 2015-06-29)
7603\rlt_wifi\common\cmm_loft_cal.c (1009, 2015-06-29)
7603\rlt_wifi\common\cmm_mac_pci.c (89535, 2015-06-29)
7603\rlt_wifi\common\cmm_mac_sdio.c (3486, 2015-06-29)
7603\rlt_wifi\common\cmm_mat.c (11602, 2015-06-29)
7603\rlt_wifi\common\cmm_mat_iparp.c (20765, 2015-06-29)
7603\rlt_wifi\common\cmm_mat_ipv6.c (22756, 2015-06-29)
7603\rlt_wifi\common\cmm_mat_pppoe.c (29317, 2015-06-29)
7603\rlt_wifi\common\cmm_profile.c (152884, 2015-06-29)
7603\rlt_wifi\common\cmm_radar.c (11401, 2015-06-29)
7603\rlt_wifi\common\cmm_rf_cal.c (87606, 2015-06-29)
7603\rlt_wifi\common\cmm_sanity.c (60718, 2015-06-29)
7603\rlt_wifi\common\cmm_sync.c (17085, 2015-06-29)
7603\rlt_wifi\common\cmm_tkip.c (23753, 2015-06-29)
7603\rlt_wifi\common\cmm_usb_io.c (35068, 2015-06-29)
... ...

How to make? 1. If you want to buid the Linux AP code, set the "MODE = AP" in Makefile and chose the TARGET to Linux by set "TARGET = LINUX" 2. If you want to build the Linux STA code, set the "MODE = STA" in Makefile and chose the TARGET to Linux by set "TARGET = LINUX" 3. If you want to buid the uCOS AP code, set the "MODE = AP" in Makefile and chose the TARGET to UCOS by set "TARGET = UCOS" 4. If you want to build the uCOS STA code, set the "MODE = STA" in Makefile and chose the TARGET to uCOS by set "TARGET = UCOS" 5. If you wnat to clean the tree, just "make clean" it will clean the target and mode you set 6. In os/linux/config.mk define the GCC and LD of the target machine define the compiler flags CFLAGS define the linux kernel source include file path LINUX_SRC modify to meet your need. 7. For the Linux port , please read /include/rt_linux.h os/linux/rt_linux.c and os/linux/rt_main_dev.c 8. For the uCOS port , please read /include/rt_ucos.h os/linux/rt_ucos.c and os/ucos/rt_main_dev.c 9. For the Linux Station port, please add the Makefile section in os/linux/Makefile. 10. Currently you can build and run on your 2.4.x Linux kernel, 2.6.x not sure and not try yet. 11. In tools/bin2h.c will convert the 8051 firmware from common/rt2860.bin into include/firmware.h. Which will be used by rtmp_init.c to include in the firmware image in an array. Branch:B20070129 Support: 1. Support MBSS 2. Support LoadFirmware 3. Access BBP by way of 8051 Firmware 4. Temperature conpensation for Tx Power 5. Using Management ring by Mac Version 6. BBP setting by Mac Version Branch: B20070202 Support: 1. Add Ralink proprietary Aggregation/PiggyBack support 2. Modify some Big-Endian swap code for Action frame 3. Add WDS support 4. Remove unused variables and modify wrong statments to reduce compiler warning msg. 5. Add STA encryption/decryption code by Albert Branch: B20070209 Support: 1. Add fast rate switch from Windows code 2. tune BBP R66, R62, R63, R***, R86 by bandwidth and G/A band different value 3. Modify release to DPA and DPB 4. Modify fast rate switch timer form periodic to trigger by condition, same with Windows 5. Fix UAPSD bugs for null frame was drop 6. Fix management queue pass qos null frame ... 7. Code freeze for Wifi 8. fix 5vt packet set to 0 to clear cb[22] Branch: not define yet Support: 1. merge code from Plugfest #6 2. add "iwpriv ra0 show driverinfo" to show the driver version 3. fix rt_config.h tag of Support station with tab 4. merge ATE code request by Gemtek

近期下载者

相关文件


收藏者