]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
Staging: rt2860: remove dead UCOS code
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Sun, 26 Apr 2009 14:04:42 +0000 (16:04 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 19 Jun 2009 18:00:41 +0000 (11:00 -0700)
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rt2860/common/ba_action.c
drivers/staging/rt2860/common/cmm_info.c
drivers/staging/rt2860/rt_ate.c
drivers/staging/rt2860/rt_ate.h
drivers/staging/rt2860/rt_config.h

index 591d1e2158da84152618e66d622fac1b80f00319..ce2e2623fb11936cee0ce051138423bbf67a6337 100644 (file)
@@ -1525,9 +1525,6 @@ void convert_reordering_packet_to_preAMSDU_or_802_3_packet(
                {
 #ifdef LINUX
                        NdisMoveMemory(skb_push(pRxPkt, LENGTH_802_3), Header802_3, LENGTH_802_3);
-#endif
-#ifdef UCOS
-                       NdisMoveMemory(net_pkt_push(pRxPkt, LENGTH_802_3), Header802_3, LENGTH_802_3);
 #endif
                }
 #endif // CONFIG_STA_SUPPORT //
index 8bafb5581fc608258f7fd621620479088d3be8f0..091e49282607569e037de3cc863340bcc705ab26 100644 (file)
@@ -1864,7 +1864,6 @@ CHAR *GetAuthMode(CHAR auth)
        return "UNKNOW";
 }
 
-#if 1 //#ifndef UCOS
 /*
     ==========================================================================
     Description:
@@ -2072,7 +2071,6 @@ VOID RTMPIoctlGetMacTable(
 
        kfree(msg);
 }
-#endif // UCOS //
 
 #ifdef DOT11_N_SUPPORT
 INT    Set_BASetup_Proc(
index 1ed73c9e6b6005179ede52e874464a6c89cfbdcb..0082f0fc2687af7aa440260a944a631aceee7d3a 100644 (file)
@@ -496,9 +496,7 @@ static INT  ATECmdHandler(
        UINT                    i=0, atemode;
        PRXD_STRUC              pRxD;
        PRTMP_TX_RING   pTxRing = &pAd->TxRing[QID_AC_BE];
-#ifndef UCOS
        NDIS_STATUS             Status = NDIS_STATUS_SUCCESS;
-#endif // UCOS //
 #ifdef RT_BIG_ENDIAN
     PTXD_STRUC      pDestTxD;
     TXD_STRUC       TxD;
@@ -523,13 +521,12 @@ static INT        ATECmdHandler(
        {
                ATEDBGPRINT(RT_DEBUG_TRACE, ("ATE: ATESTART\n"));
 
-#ifndef UCOS
                // check if we have removed the firmware
                if (!(ATE_ON(pAd)))
                {
                        NICEraseFirmware(pAd);
                }
-#endif // !UCOS //
+
                atemode = pAd->ate.Mode;
                pAd->ate.Mode = ATE_START;
 //             pAd->ate.TxDoneCount = pAd->ate.TxCount;
@@ -658,9 +655,9 @@ static INT  ATECmdHandler(
                //
 //      LinkDown(pAd, FALSE);
 //             AsicEnableBssSync(pAd);
-#ifndef UCOS
+
                netif_stop_queue(pAd->net_dev);
-#endif // !UCOS //
+
                //
                // If we skip "LinkDown()", we should disable protection
                // to prevent from sending out RTS or CTS-to-self.
@@ -694,7 +691,6 @@ static INT  ATECmdHandler(
                // Abort Tx, RX DMA.
                RtmpDmaEnable(pAd, 0);
 
-#ifndef UCOS
                pAd->ate.bFWLoading = TRUE;
                Status = NICLoadFirmware(pAd);
                if (Status != NDIS_STATUS_SUCCESS)
@@ -702,7 +698,7 @@ static INT  ATECmdHandler(
                        ATEDBGPRINT(RT_DEBUG_ERROR, ("NICLoadFirmware failed, Status[=0x%08x]\n", Status));
                        return FALSE;
                }
-#endif // !UCOS //
+
                pAd->ate.Mode = ATE_STOP;
 
 
@@ -777,9 +773,8 @@ static INT  ATECmdHandler(
 #ifdef CONFIG_STA_SUPPORT
                RTMPStationStart(pAd);
 #endif // CONFIG_STA_SUPPORT //
-#ifndef UCOS
+
                netif_start_queue(pAd->net_dev);
-#endif // !UCOS //
        }
        else if (!strcmp(arg, "TXCARR"))        // Tx Carrier
        {
@@ -2078,7 +2073,6 @@ INT Set_ATE_Write_RF4_Proc(
                TRUE if all parameters are OK, FALSE otherwise
     ==========================================================================
 */
-#ifndef UCOS
 INT Set_ATE_Load_E2P_Proc(
        IN      PRTMP_ADAPTER   pAd,
        IN      PUCHAR                  arg)
@@ -2173,44 +2167,6 @@ INT Set_ATE_Load_E2P_Proc(
     return ret;
 
 }
-#else
-INT Set_ATE_Load_E2P_Proc(
-       IN      PRTMP_ADAPTER   pAd,
-       IN      PUCHAR                  arg)
-{
-       USHORT                  WriteEEPROM[(EEPROM_SIZE/2)];
-       struct iwreq    *wrq = (struct iwreq *)arg;
-
-       ATEDBGPRINT(RT_DEBUG_TRACE, ("===> %s (wrq->u.data.length = %d)\n\n", __func__, wrq->u.data.length));
-
-       if (wrq->u.data.length != EEPROM_SIZE)
-       {
-               ate_print("%s: error length (=%d) from host\n",
-                          __func__, wrq->u.data.length);
-               return FALSE;
-       }
-       else/* (wrq->u.data.length == EEPROM_SIZE) */
-       {
-               /* zero the e2p buffer */
-               NdisZeroMemory((PUCHAR)WriteEEPROM, EEPROM_SIZE);
-
-               /* fill the local buffer */
-               NdisMoveMemory((PUCHAR)WriteEEPROM, wrq->u.data.pointer, wrq->u.data.length);
-
-               do
-               {
-                               /* write the content of .bin file to EEPROM */
-                               rt_ee_write_all(pAd, WriteEEPROM);
-
-               } while(FALSE);
-               }
-
-    ATEDBGPRINT(RT_DEBUG_TRACE, ("<=== %s\n", __func__));
-
-    return TRUE;
-
-}
-#endif // !UCOS //
 
 INT Set_ATE_Read_E2P_Proc(
        IN      PRTMP_ADAPTER   pAd,
@@ -3590,20 +3546,6 @@ static VOID memcpy_exl(PRTMP_ADAPTER pAd, UCHAR *dst, UCHAR *src, ULONG len);
 static VOID memcpy_exs(PRTMP_ADAPTER pAd, UCHAR *dst, UCHAR *src, ULONG len);
 static VOID RTMP_IO_READ_BULK(PRTMP_ADAPTER pAd, UCHAR *dst, UCHAR *src, UINT32 len);
 
-#ifdef UCOS
-int ate_copy_to_user(
-       IN PUCHAR payload,
-       IN PUCHAR msg,
-       IN INT    len)
-{
-       memmove(payload, msg, len);
-       return 0;
-}
-
-#undef copy_to_user
-#define copy_to_user(x,y,z) ate_copy_to_user((PUCHAR)x, (PUCHAR)y, z)
-#endif // UCOS //
-
 #define        LEN_OF_ARG 16
 
 VOID RtmpDoAte(
@@ -3669,9 +3611,7 @@ VOID RtmpDoAte(
                // We will get this command either QA is closed or ated is killed by user.
                case RACFG_CMD_ATE_STOP:
                        {
-#ifndef UCOS
                                INT32 ret;
-#endif // !UCOS //
 
                                ATEDBGPRINT(RT_DEBUG_TRACE,("RACFG_CMD_ATE_STOP\n"));
 
@@ -3708,13 +3648,11 @@ VOID RtmpDoAte(
                                        // kill ATE daemon when leaving ATE mode.
                                        // We must kill ATE daemon first before setting ATESTOP,
                                        // or Microsoft will report sth. wrong.
-#ifndef UCOS
                                        ret = KILL_THREAD_PID(pAdapter->ate.AtePid, SIGTERM, 1);
                                        if (ret)
                                        {
                                                ATEDBGPRINT(RT_DEBUG_ERROR, ("%s: unable to signal thread\n", pAdapter->net_dev->name));
                                        }
-#endif // !UCOS //
                                }
 
                                // AP might have in ATE_STOP mode due to cmd from QA.
index 38f5c4af546204b6b144847621e543f8269355ee..18381c3346b10f9d0ebbb294c5fb28ef940d6483 100644 (file)
@@ -28,7 +28,6 @@
 #ifndef __ATE_H__
 #define __ATE_H__
 
-#ifndef UCOS
 #define ate_print printk
 #define ATEDBGPRINT DBGPRINT
 #define EEPROM_SIZE                                                            0x200
 #define EEPROM_BIN_FILE_NAME  "/etc/Wireless/RT2860STA/e2p.bin"
 #endif // CONFIG_STA_SUPPORT //
 
-#else // !UCOS //
-#define fATE_LOAD_EEPROM                                               0x0C43
-#ifdef CONFIG_PRINTK
-extern INT ConsoleResponse(IN PUCHAR buff);
-extern int (*remote_display)(char *);
-extern void puts (const char *s);
-
-/* specificly defined to redirect and show ate-related messages to host. */
-/* Try to define ate_print as a macro. */
-#define ate_print(fmt, args...)                 \
-do{   int (*org_remote_display)(char *) = NULL;   \
-       org_remote_display = remote_display;\
-       /* Save original "remote_display" */\
-       remote_display = (int (*)(char *))ConsoleResponse;           \
-       printk(fmt, ## args);                       \
-       /* Restore the remote_display function pointer */        \
-       remote_display = org_remote_display; }while(0)
-
-#define ATEDBGPRINT(Level, Fmt)        \
-{                                   \
-    if ((Level) <= RTDebugLevel)      \
-    {                               \
-        ate_print Fmt;                                 \
-    }                               \
-}
-#endif // CONFIG_PRINTK //
-#endif // !UCOS //
-
 #define ATE_ON(_p)              (((_p)->ate.Mode) != ATE_STOP)
 
 /* RT2880_iNIC will define "RT2860". */
@@ -132,12 +103,9 @@ do{   int (*org_remote_display)(char *) = NULL;   \
 /* RT2880_iNIC will define RT2860. */
 #define EEPROM_SIZE                                                            0x200
 /* iNIC has its own EEPROM_BIN_FILE_NAME */
-#ifndef UCOS
 #ifdef CONFIG_STA_SUPPORT
 #define EEPROM_BIN_FILE_NAME  "/etc/Wireless/RT2860STA/e2p.bin"
 #endif // CONFIG_STA_SUPPORT //
-#endif // !UCOS //
-
 
 
 VOID rt_ee_read_all(
index a67024fb4373e92542046d8852725bd67bb1d5d1..570cab2d86c337226963bd32e4dd599dae3a2df5 100644 (file)
 #define        __RT_CONFIG_H__
 
 #include    "rtmp_type.h"
-#ifdef UCOS
-#include "includes.h"
-#include <stdio.h>
-#include       "rt_ucos.h"
-#endif
-
 #ifdef LINUX
 #include       "rt_linux.h"
 #endif