2025年 4月5日(土) 06:58 JST

Ubuntu driver GW-USMicroN PSPアドホック付き

  • 2011年 6月12日(日) 12:55 JST
  • 投稿者:
  • 表示回数 124

Ralinkのページに専用のドライバがあるみたいRT8070/RT3070/RT3370 USB用ドライバをダウンロード

参考記事gihyoのページ

diff RT2870STA.dat.orig RT2870STA.dat
73c73
< PSP_XLINK_MODE=0
---
> PSP_XLINK_MODE=1


diff Makefile.orig Makefile
388c388
< cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot
---
> #cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot


diff os/linux/usb_main_dev.c.orig os/linux/usb_main_dev.c
40a41
> MODULE_LICENSE("GPL");

diff common/rtusb_dev_id.c.orig common/rtusb_dev_id.c
66a67
> {USB_DEVICE(0x2019,0xed14)}, /* Planex Communications, Inc. RT8070 GW-USMicroN */


diff os/linux/config.mk.orig os/linux/config.mk
44c44
< HAS_XLINK=n
---
> HAS_XLINK=y
57c57
< HAS_WPA_SUPPLICANT=n
---
> HAS_WPA_SUPPLICANT=y
61c61
< HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n
---
> HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y

$ sudo mv /lib/modules/2.6.38-8-generic/kernel/drivers/staging/rt2870/rt2870sta.ko{,.bak}
$ make
$ sudo make install

 

$ modinfo rt3070sta
 

 make
make -C tools
make[1]: ディレクトリ `/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/tools' に入ります
gcc -g bin2h.c -o bin2h
make[1]: ディレクトリ `/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/tools' から出ます
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/tools/bin2h
cp -f os/linux/Makefile.6 /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/Makefile
make -C /lib/modules/2.6.38-8-server/build SUBDIRS=/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux modules
make[1]: ディレクトリ `/usr/src/linux-headers-2.6.38-8-server' に入ります
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/crypt_md5.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/crypt_sha2.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/crypt_hmac.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/crypt_aes.o
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/crypt_aes.c: In function ‘AES_Key_Wrap’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/crypt_aes.c:1459:6: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long unsigned int’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/crypt_aes.c: In function ‘AES_Key_Unwrap’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/crypt_aes.c:1554:6: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long unsigned int’
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/crypt_arc4.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/mlme.o
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/mlme.c: In function ‘MlmeResetRalinkCounters’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/mlme.c:1085:3: warning: cast from pointer to integer of different size
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/mlme.c:1085:3: warning: cast from pointer to integer of different size
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/mlme.c: In function ‘MlmePeriodicExec’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/mlme.c:1244:4: warning: cast from pointer to integer of different size
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/mlme.c:1244:4: warning: cast from pointer to integer of different size
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_wep.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/action.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_data.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rtmp_init.o
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rtmp_init.c: In function ‘NICInitializeAsic’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rtmp_init.c:2173:17: warning: unused variable ‘irqFlag’
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rtmp_init_inf.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_tkip.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_aes.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_sync.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/eeprom.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_sanity.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_info.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_cfg.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_wpa.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/dfs.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/spectrum.o
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/spectrum.c: In function ‘PeerMeasureReportAction’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/spectrum.c:1857:3: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rtmp_timer.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_channel.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_profile.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_asic.o
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_asic.c: In function ‘AsicGetAutoAgcOffset’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_asic.c:878:10: warning: unused variable ‘bTempSuccess’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_asic.c:877:6: warning: unused variable ‘LookupTableIndex’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_asic.c:876:6: warning: unused variable ‘CurrentTemp’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_asic.c:875:8: warning: unused variable ‘BbpValue’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_asic.c:874:32: warning: unused variable ‘pTxPowerTuningEntry2’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_asic.c:871:8: warning: unused variable ‘RFValue’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_asic.c:870:32: warning: unused variable ‘pTxPowerTuningEntry’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_asic.c: In function ‘AsicAdjustTxPower’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_asic.c:1524:20: warning: unused variable ‘pFinalTxPwr’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_asic.c:1522:11: warning: unused variable ‘bAutoTxAgc’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_asic.c: In function ‘AsicEnableIbssSync’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_asic.c:2385:16: warning: unused variable ‘irqFlag’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_asic.c: In function ‘AsicAddPairwiseKeyEntry’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_asic.c:3124:16: warning: unused variable ‘irqFlag’
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_cmd.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../os/linux/rt_profile.o
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../os/linux/rt_profile.c: In function ‘STA_MonPktSend’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../os/linux/rt_profile.c:411:9: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rtmp_chip.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../sta/assoc.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../sta/auth.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../sta/auth_rsp.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../sta/sync.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../sta/sanity.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../sta/rtmp_data.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../sta/connect.o
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../sta/connect.c: In function ‘LinkUp’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../sta/connect.c:1481:35: warning: unused variable ‘pCurrEntry’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../sta/connect.c:1480:28: warning: unused variable ‘HashIdx’
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../sta/wpa.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../sta/ags.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../sta/sta_cfg.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_os_util.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../os/linux/sta_ioctl.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../os/linux/rt_linux.o
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../os/linux/rt_linux.c: In function ‘duplicate_pkt’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../os/linux/rt_linux.c:498:3: warning: passing argument 1 of ‘memmove’ makes pointer from integer without a cast
/usr/src/linux-headers-2.6.38-8-server/arch/x86/include/asm/string_64.h:58:7: note: expected ‘void *’ but argument is of type ‘sk_buff_data_t’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../os/linux/rt_linux.c:500:3: warning: passing argument 1 of ‘memmove’ makes pointer from integer without a cast
/usr/src/linux-headers-2.6.38-8-server/arch/x86/include/asm/string_64.h:58:7: note: expected ‘void *’ but argument is of type ‘sk_buff_data_t’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../os/linux/rt_linux.c: In function ‘ClonePacket’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../os/linux/rt_linux.c:652:20: warning: assignment makes integer from pointer without a cast
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOsPktInit’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../os/linux/rt_linux.c:671:2: warning: assignment makes integer from pointer without a cast
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../os/linux/rt_linux.c: In function ‘wlan_802_11_to_802_3_packet’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../os/linux/rt_linux.c:698:15: warning: assignment makes integer from pointer without a cast
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../os/linux/rt_main_dev.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/ba_action.o
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/ba_action.c: In function ‘convert_reordering_packet_to_preAMSDU_or_802_3_packet’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/ba_action.c:1577:2: warning: assignment makes integer from pointer without a cast
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_led.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_mac_usb.o
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_mac_usb.c: In function ‘RTMPFreeTxRxRingMemory’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_mac_usb.c:235:9: warning: passing argument 3 of ‘RTMPFreeUsbBulkBufStruct’ from incompatible pointer type
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_mac_usb.c:62:20: note: expected ‘UCHAR **’ but argument is of type ‘struct __TX_BUFFER **’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_mac_usb.c:242:9: warning: passing argument 3 of ‘RTMPFreeUsbBulkBufStruct’ from incompatible pointer type
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_mac_usb.c:62:20: note: expected ‘UCHAR **’ but argument is of type ‘struct __TX_BUFFER **’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_mac_usb.c:280:11: warning: passing argument 3 of ‘RTMPFreeUsbBulkBufStruct’ from incompatible pointer type
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_mac_usb.c:62:20: note: expected ‘UCHAR **’ but argument is of type ‘struct __HTTX_BUFFER **’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_mac_usb.c: In function ‘NICInitTransmit’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_mac_usb.c:509:12: warning: passing argument 3 of ‘RTMPFreeUsbBulkBufStruct’ from incompatible pointer type
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_mac_usb.c:62:20: note: expected ‘UCHAR **’ but argument is of type ‘struct __TX_BUFFER **’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_mac_usb.c: In function ‘RTMPAllocTxRxRingMemory’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_mac_usb.c:568:13: warning: passing argument 3 of ‘RTMPAllocUsbBulkBufStruct’ from incompatible pointer type
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_mac_usb.c:34:20: note: expected ‘VOID **’ but argument is of type ‘struct __HTTX_BUFFER **’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_mac_usb.c:598:12: warning: passing argument 3 of ‘RTMPAllocUsbBulkBufStruct’ from incompatible pointer type
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_mac_usb.c:34:20: note: expected ‘VOID **’ but argument is of type ‘struct __TX_BUFFER **’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_mac_usb.c:612:12: warning: passing argument 3 of ‘RTMPAllocUsbBulkBufStruct’ from incompatible pointer type
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_mac_usb.c:34:20: note: expected ‘VOID **’ but argument is of type ‘struct __TX_BUFFER **’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_mac_usb.c:630:13: warning: passing argument 3 of ‘RTMPAllocUsbBulkBufStruct’ from incompatible pointer type
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_mac_usb.c:34:20: note: expected ‘VOID **’ but argument is of type ‘UCHAR **’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_mac_usb.c: In function ‘RT28xx_UpdateBeaconToAsic’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_mac_usb.c:1392:16: warning: unused variable ‘irqFlag’
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rtusb_io.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rtusb_data.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/cmm_data_usb.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rtusb_bulk.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/ee_prom.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/ee_efuse.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rtmp_mcu.o
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rtmp_mcu.c: In function ‘RtmpAsicSendCommandToMcu’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rtmp_mcu.c:415:13: warning: unused variable ‘pObj’
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_rf.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../os/linux/rt_usb.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/frq_cal.o
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/frq_cal.c: In function ‘FrequencyCalibration’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/frq_cal.c:202:18: warning: comparison of distinct pointer types lacks a cast
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/frq_cal.c:215:18: warning: comparison of distinct pointer types lacks a cast
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/frq_cal.c:230:18: warning: comparison of distinct pointer types lacks a cast
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/frq_cal.c:252:18: warning: comparison of distinct pointer types lacks a cast
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/frq_cal.c:265:18: warning: comparison of distinct pointer types lacks a cast
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/frq_cal.c:280:18: warning: comparison of distinct pointer types lacks a cast
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/frq_cal.c:136:10: warning: unused variable ‘bUpdateRFR’
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt3070.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt30xx.o
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt30xx.c: In function ‘RT30xx_ChipSwitchChannel’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt30xx.c:612:17: warning: unused variable ‘BbpR109’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt30xx.c:611:30: warning: unused variable ‘Tx1FinePowerCtrl’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt30xx.c:611:8: warning: unused variable ‘Tx0FinePowerCtrl’
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt33xx.o
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt33xx.c: In function ‘RT33xxSetRxAnt’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt33xx.c:161:9: warning: unused variable ‘x’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt33xx.c: In function ‘RT33xx_ChipSwitchChannel’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt33xx.c:406:17: warning: unused variable ‘BbpR109’
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt3370.o
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt3370.c: In function ‘NICInitRT3370RFRegisters’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt3370.c:51:7: warning: unused variable ‘bbpreg’
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.o
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c: In function ‘RT5390_Init’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c:490:25: warning: assignment makes integer from pointer without a cast
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c: In function ‘RT5390SetRxAnt’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c:737:9: warning: unused variable ‘Value’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c: In function ‘RT5390LoadRFSleepModeSetup’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c:839:8: warning: unused variable ‘RFValue’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c: In function ‘RT5390ReverseRFSleepModeSetup’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c:915:8: warning: unused variable ‘RFValue’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c: In function ‘RT5390_ChipSwitchChannel’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c:1548:17: warning: comparison of distinct pointer types lacks a cast
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c:1559:17: warning: comparison of distinct pointer types lacks a cast
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c:1573:16: warning: comparison of distinct pointer types lacks a cast
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c:1443:17: warning: unused variable ‘BbpR110’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c:1442:23: warning: unused variable ‘BbpR109’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c: In function ‘GetDesiredTssiAndCurrentTssi’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c:3024:2: warning: missing braces around initializer
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c:3024:2: warning: (near initialization for ‘htTssiInfo.PartA.field’)
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c: In function ‘RT5390_ATETssiCalibration’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c:3303:2: warning: ISO C90 forbids mixed declarations and code
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c:3392:4: warning: passing argument 3 of ‘eFuseWrite’ from incompatible pointer type
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/include/rtmp.h:5769:10: note: expected ‘PUSHORT’ but argument is of type ‘UCHAR *’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c:3304:42: warning: unused variable ‘ChannelPower’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c: In function ‘GetPowerDeltaFromTssiRatio’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c:3534:2: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘LONG’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c:3563:2: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘LONG’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c: In function ‘RT5390_AsicResetBbpAgent’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c:3841:8: warning: unused variable ‘BBPValue’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../chips/rt5390.c:3840:8: warning: unused variable ‘loop’
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rtusb_dev_id.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../os/linux/rt_usb_util.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../os/linux/usb_main_dev.o
CC [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.o
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c: In function ‘DefaultATEAsicSwitchChannel’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c:1258:16: warning: comparison of distinct pointer types lacks a cast
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c:1044:21: warning: unused variable ‘RFValue2’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c: In function ‘ATETxPwrHandler’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c:5338:45: warning: unused variable ‘CfgOfTxPwrCtrlOverMAC’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c: In function ‘Set_ATE_TX_FREQOFFSET_Proc’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c:7750:13: warning: comparison of distinct pointer types lacks a cast
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c: In function ‘Set_ATE_TSSI_CALIBRATION_EX_Proc’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c:9476:9: warning: unused variable ‘CurrentChannel’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c:9475:9: warning: unused variable ‘BSSID_ADDR’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c:9474:10: warning: unused variable ‘ChannelPower’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c:9473:10: warning: unused variable ‘EEPData’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c:9472:31: warning: unused variable ‘TssiDeltaPerChannel’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c:9472:8: warning: unused variable ‘TssiRefPerChannel’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c:9471:53: warning: unused variable ‘BBP49Value’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c:9471:42: warning: unused variable ‘RF28Value’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c:9471:31: warning: unused variable ‘RF27Value’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c:9471:22: warning: unused variable ‘RFValue’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c:9471:9: warning: unused variable ‘BbpData’
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c:9479:1: warning: control reaches end of non-void function
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c: In function ‘Set_ATE_TSSI_CALIBRATION_Proc’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c:9463:1: warning: control reaches end of non-void function
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c: In function ‘DO_RACFG_CMD_ATE_E2PROM_WRITE_BULK’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c:4050:1: warning: the frame size of 1040 bytes is larger than 1024 bytes
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c: In function ‘Set_ATE_Load_E2P_Proc’:
/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/../../common/rt_ate.c:8543:1: warning: the frame size of 1040 bytes is larger than 1024 bytes
LD [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/rt5370sta.o
Building modules, stage 2.
MODPOST 1 modules
CC /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/rt5370sta.mod.o
LD [M] /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/rt5370sta.ko
make[1]: ディレクトリ `/usr/src/linux-headers-2.6.38-8-server' から出ます
#cp -f /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux/rt5370sta.ko /tftpboot

sudo make install
make -C /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux -f Makefile.6 install
make[1]: ディレクトリ `/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux' に入ります
rm -rf /etc/Wireless/RT2870STA
mkdir /etc/Wireless/RT2870STA
cp /home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/RT2870STA.dat /etc/Wireless/RT2870STA/.
install -d /lib/modules/2.6.38-8-server/kernel/drivers/net/wireless/
install -m 644 -c rt5370sta.ko /lib/modules/2.6.38-8-server/kernel/drivers/net/wireless/
/sbin/depmod -a 2.6.38-8-server

make[1]: ディレクトリ `/home/kei/work/2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.2_DPO/os/linux' から出ます