OSDN Git Service

staging: rtl8723bs: update to the latest driver
[android-x86/kernel.git] / drivers / staging / rtl8723bs / hal / odm_EdcaTurboCheck.h
index a9a60f3..160d3ad 100644 (file)
  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  * more details.
  *
- * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
- *
- *
  ******************************************************************************/
 
 #ifndef        __ODMEDCATURBOCHECK_H__
@@ -26,34 +21,21 @@ typedef struct _EDCA_TURBO_
        bool bCurrentTurboEDCA;
        bool bIsCurRDLState;
 
-       u4Byte  prv_traffic_idx; // edca turbo
+       u32 prv_traffic_idx; /*  edca turbo */
 }EDCA_T,*pEDCA_T;
 
-static u4Byte edca_setting_UL[HT_IOT_PEER_MAX] =
-// UNKNOWN             REALTEK_90      REALTEK_92SE    BROADCOM                RALINK          ATHEROS         CISCO           MERU        MARVELL     92U_AP          SELF_AP(DownLink/Tx)
-{ 0x5e4322,            0xa44f,                 0x5e4322,               0x5ea32b,               0x5ea422,       0x5ea322,       0x3ea430,       0x5ea42b, 0x5ea44f,     0x5e4322,       0x5e4322};
-
-
-static u4Byte edca_setting_DL[HT_IOT_PEER_MAX] =
-// UNKNOWN             REALTEK_90      REALTEK_92SE    BROADCOM                RALINK          ATHEROS         CISCO           MERU,       MARVELL     92U_AP          SELF_AP(UpLink/Rx)
-{ 0xa44f,              0x5ea44f,       0x5e4322,               0x5ea42b,               0xa44f,                 0xa630,                 0x5ea630,       0x5ea42b, 0xa44f,               0xa42b,         0xa42b};
-
-static u4Byte edca_setting_DL_GMode[HT_IOT_PEER_MAX] =
-// UNKNOWN             REALTEK_90      REALTEK_92SE    BROADCOM                RALINK          ATHEROS         CISCO           MERU,       MARVELL     92U_AP          SELF_AP
-{ 0x4322,              0xa44f,                 0x5e4322,               0xa42b,                         0x5e4322,       0x4322,                 0xa42b,         0x5ea42b, 0xa44f,               0x5e4322,       0x5ea42b};
-
 void
 odm_EdcaTurboCheck(
-       IN      void *          pDM_VOID
+void * pDM_VOID
        );
 void
 ODM_EdcaTurboInit(
-       IN      void *          pDM_VOID
+void * pDM_VOID
 );
 
 void
 odm_EdcaTurboCheckCE(
-       IN      void *          pDM_VOID
+void * pDM_VOID
        );
 
 #endif