2013-05-08 21:45:39 +00:00
|
|
|
/******************************************************************************
|
|
|
|
*
|
|
|
|
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
|
2014-12-19 06:59:46 +00:00
|
|
|
*
|
2013-05-08 21:45:39 +00:00
|
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
|
|
* under the terms of version 2 of the GNU General Public License as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
|
|
* 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 _RTW_MP_H_
|
|
|
|
#define _RTW_MP_H_
|
|
|
|
|
2015-03-16 14:43:53 +00:00
|
|
|
/* 00 - Success */
|
|
|
|
/* 11 - Error */
|
2013-05-08 21:45:39 +00:00
|
|
|
#define STATUS_SUCCESS (0x00000000L)
|
|
|
|
#define STATUS_PENDING (0x00000103L)
|
|
|
|
|
|
|
|
#define STATUS_UNSUCCESSFUL (0xC0000001L)
|
|
|
|
#define STATUS_INSUFFICIENT_RESOURCES (0xC000009AL)
|
|
|
|
#define STATUS_NOT_SUPPORTED (0xC00000BBL)
|
|
|
|
|
2014-12-11 21:15:04 +00:00
|
|
|
#define NDIS_STATUS_SUCCESS ((NDIS_STATUS)STATUS_SUCCESS)
|
|
|
|
#define NDIS_STATUS_PENDING ((NDIS_STATUS)STATUS_PENDING)
|
|
|
|
#define NDIS_STATUS_NOT_RECOGNIZED ((NDIS_STATUS)0x00010001L)
|
|
|
|
#define NDIS_STATUS_NOT_COPIED ((NDIS_STATUS)0x00010002L)
|
|
|
|
#define NDIS_STATUS_NOT_ACCEPTED ((NDIS_STATUS)0x00010003L)
|
|
|
|
#define NDIS_STATUS_CALL_ACTIVE ((NDIS_STATUS)0x00010007L)
|
|
|
|
|
|
|
|
#define NDIS_STATUS_FAILURE ((NDIS_STATUS)STATUS_UNSUCCESSFUL)
|
|
|
|
#define NDIS_STATUS_RESOURCES ((NDIS_STATUS)STATUS_INSUFFICIENT_RESOURCES)
|
|
|
|
#define NDIS_STATUS_CLOSING ((NDIS_STATUS)0xC0010002L)
|
|
|
|
#define NDIS_STATUS_BAD_VERSION ((NDIS_STATUS)0xC0010004L)
|
|
|
|
#define NDIS_STATUS_BAD_CHARACTERISTICS ((NDIS_STATUS)0xC0010005L)
|
|
|
|
#define NDIS_STATUS_ADAPTER_NOT_FOUND ((NDIS_STATUS)0xC0010006L)
|
|
|
|
#define NDIS_STATUS_OPEN_FAILED ((NDIS_STATUS)0xC0010007L)
|
|
|
|
#define NDIS_STATUS_DEVICE_FAILED ((NDIS_STATUS)0xC0010008L)
|
|
|
|
#define NDIS_STATUS_MULTICAST_FULL ((NDIS_STATUS)0xC0010009L)
|
|
|
|
#define NDIS_STATUS_MULTICAST_EXISTS ((NDIS_STATUS)0xC001000AL)
|
|
|
|
#define NDIS_STATUS_MULTICAST_NOT_FOUND ((NDIS_STATUS)0xC001000BL)
|
|
|
|
#define NDIS_STATUS_REQUEST_ABORTED ((NDIS_STATUS)0xC001000CL)
|
|
|
|
#define NDIS_STATUS_RESET_IN_PROGRESS ((NDIS_STATUS)0xC001000DL)
|
|
|
|
#define NDIS_STATUS_CLOSING_INDICATING ((NDIS_STATUS)0xC001000EL)
|
|
|
|
#define NDIS_STATUS_NOT_SUPPORTED ((NDIS_STATUS)STATUS_NOT_SUPPORTED)
|
|
|
|
#define NDIS_STATUS_INVALID_PACKET ((NDIS_STATUS)0xC001000FL)
|
|
|
|
#define NDIS_STATUS_OPEN_LIST_FULL ((NDIS_STATUS)0xC0010010L)
|
|
|
|
#define NDIS_STATUS_ADAPTER_NOT_READY ((NDIS_STATUS)0xC0010011L)
|
|
|
|
#define NDIS_STATUS_ADAPTER_NOT_OPEN ((NDIS_STATUS)0xC0010012L)
|
|
|
|
#define NDIS_STATUS_NOT_INDICATING ((NDIS_STATUS)0xC0010013L)
|
|
|
|
#define NDIS_STATUS_INVALID_LENGTH ((NDIS_STATUS)0xC0010014L)
|
|
|
|
#define NDIS_STATUS_INVALID_DATA ((NDIS_STATUS)0xC0010015L)
|
|
|
|
#define NDIS_STATUS_BUFFER_TOO_SHORT ((NDIS_STATUS)0xC0010016L)
|
|
|
|
#define NDIS_STATUS_INVALID_OID ((NDIS_STATUS)0xC0010017L)
|
|
|
|
#define NDIS_STATUS_ADAPTER_REMOVED ((NDIS_STATUS)0xC0010018L)
|
|
|
|
#define NDIS_STATUS_UNSUPPORTED_MEDIA ((NDIS_STATUS)0xC0010019L)
|
|
|
|
#define NDIS_STATUS_GROUP_ADDRESS_IN_USE ((NDIS_STATUS)0xC001001AL)
|
|
|
|
#define NDIS_STATUS_FILE_NOT_FOUND ((NDIS_STATUS)0xC001001BL)
|
|
|
|
#define NDIS_STATUS_ERROR_READING_FILE ((NDIS_STATUS)0xC001001CL)
|
|
|
|
#define NDIS_STATUS_ALREADY_MAPPED ((NDIS_STATUS)0xC001001DL)
|
|
|
|
#define NDIS_STATUS_RESOURCE_CONFLICT ((NDIS_STATUS)0xC001001EL)
|
|
|
|
#define NDIS_STATUS_NO_CABLE ((NDIS_STATUS)0xC001001FL)
|
|
|
|
|
|
|
|
#define NDIS_STATUS_INVALID_SAP ((NDIS_STATUS)0xC0010020L)
|
|
|
|
#define NDIS_STATUS_SAP_IN_USE ((NDIS_STATUS)0xC0010021L)
|
|
|
|
#define NDIS_STATUS_INVALID_ADDRESS ((NDIS_STATUS)0xC0010022L)
|
|
|
|
#define NDIS_STATUS_VC_NOT_ACTIVATED ((NDIS_STATUS)0xC0010023L)
|
2015-03-16 14:43:53 +00:00
|
|
|
#define NDIS_STATUS_DEST_OUT_OF_ORDER ((NDIS_STATUS)0xC0010024L) /* cause 27 */
|
|
|
|
#define NDIS_STATUS_VC_NOT_AVAILABLE ((NDIS_STATUS)0xC0010025L) /* cause 35,45 */
|
|
|
|
#define NDIS_STATUS_CELLRATE_NOT_AVAILABLE ((NDIS_STATUS)0xC0010026L) /* cause 37 */
|
|
|
|
#define NDIS_STATUS_INCOMPATABLE_QOS ((NDIS_STATUS)0xC0010027L) /* cause 49 */
|
|
|
|
#define NDIS_STATUS_AAL_PARAMS_UNSUPPORTED ((NDIS_STATUS)0xC0010028L) /* cause 93 */
|
|
|
|
#define NDIS_STATUS_NO_ROUTE_TO_DESTINATION ((NDIS_STATUS)0xC0010029L) /* cause 3 */
|
2014-12-11 21:15:04 +00:00
|
|
|
|
2015-03-17 01:14:52 +00:00
|
|
|
enum ANTENNA_PATH {
|
|
|
|
ANTENNA_NONE = 0x00,
|
|
|
|
ANTENNA_D,
|
|
|
|
ANTENNA_C,
|
|
|
|
ANTENNA_CD,
|
|
|
|
ANTENNA_B,
|
|
|
|
ANTENNA_BD,
|
|
|
|
ANTENNA_BC,
|
|
|
|
ANTENNA_BCD,
|
|
|
|
ANTENNA_A,
|
|
|
|
ANTENNA_AD,
|
|
|
|
ANTENNA_AC,
|
|
|
|
ANTENNA_ACD,
|
|
|
|
ANTENNA_AB,
|
|
|
|
ANTENNA_ABD,
|
|
|
|
ANTENNA_ABC,
|
|
|
|
ANTENNA_ABCD
|
|
|
|
};
|
2014-12-11 21:15:04 +00:00
|
|
|
|
|
|
|
|
2014-12-19 06:59:46 +00:00
|
|
|
#define MAX_MP_XMITBUF_SZ 2048
|
2013-05-08 21:45:39 +00:00
|
|
|
#define NR_MP_XMITFRAME 8
|
|
|
|
|
2015-03-17 01:14:52 +00:00
|
|
|
struct mp_xmit_frame {
|
2015-03-16 13:54:18 +00:00
|
|
|
struct list_head list;
|
2013-05-08 21:45:39 +00:00
|
|
|
struct pkt_attrib attrib;
|
2015-03-16 13:54:18 +00:00
|
|
|
struct sk_buff *pkt;
|
2013-05-08 21:45:39 +00:00
|
|
|
int frame_tag;
|
2014-12-17 23:13:53 +00:00
|
|
|
struct adapter *padapter;
|
2014-12-11 21:15:04 +00:00
|
|
|
|
2015-03-16 14:43:53 +00:00
|
|
|
/* insert urb, irp, and irpcnt info below... */
|
|
|
|
/* max frag_cnt = 8 */
|
2014-12-11 21:15:04 +00:00
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
u8 *mem_addr;
|
|
|
|
u32 sz[8];
|
2014-12-11 21:15:04 +00:00
|
|
|
|
2015-03-16 13:54:18 +00:00
|
|
|
struct urb * pxmit_urb[8];
|
2013-05-08 21:45:39 +00:00
|
|
|
u8 bpending[8];
|
2014-12-11 21:15:04 +00:00
|
|
|
sint ac_tag[8];
|
|
|
|
sint last[8];
|
2013-05-08 21:45:39 +00:00
|
|
|
uint irpcnt;
|
|
|
|
uint fragcnt;
|
|
|
|
uint mem[(MAX_MP_XMITBUF_SZ >> 2)];
|
|
|
|
};
|
|
|
|
|
2015-03-17 01:14:52 +00:00
|
|
|
struct mp_wiparam {
|
2013-05-08 21:45:39 +00:00
|
|
|
u32 bcompleted;
|
|
|
|
u32 act_type;
|
|
|
|
u32 io_offset;
|
|
|
|
u32 io_value;
|
|
|
|
};
|
|
|
|
|
2015-03-17 01:14:52 +00:00
|
|
|
struct mp_tx {
|
2013-05-08 21:45:39 +00:00
|
|
|
u8 stop;
|
|
|
|
u32 count, sended;
|
|
|
|
u8 payload;
|
|
|
|
struct pkt_attrib attrib;
|
|
|
|
struct tx_desc desc;
|
|
|
|
u8 *pallocated_buf;
|
|
|
|
u8 *buf;
|
|
|
|
u32 buf_size, write_size;
|
2015-03-16 13:54:18 +00:00
|
|
|
void * PktTxThread;
|
2013-05-08 21:45:39 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
#include <Hal8188EPhyCfg.h>
|
|
|
|
|
|
|
|
#define MP_MAX_LINES 1000
|
|
|
|
#define MP_MAX_LINES_BYTES 256
|
|
|
|
|
2015-09-08 05:04:30 +00:00
|
|
|
#define u32 u32
|
|
|
|
#define Pu32 u32*
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2015-03-17 01:14:52 +00:00
|
|
|
struct mpt_context {
|
2015-03-16 14:43:53 +00:00
|
|
|
/* Indicate if we have started Mass Production Test. */
|
2015-03-02 23:21:23 +00:00
|
|
|
bool bMassProdTest;
|
2014-12-11 21:15:04 +00:00
|
|
|
|
2015-03-16 14:43:53 +00:00
|
|
|
/* Indicate if the driver is unloading or unloaded. */
|
2015-03-02 23:21:23 +00:00
|
|
|
bool bMptDrvUnload;
|
2014-12-11 21:15:04 +00:00
|
|
|
|
2015-03-16 13:54:18 +00:00
|
|
|
struct semaphore MPh2c_Sema;
|
|
|
|
struct timer_list MPh2c_timeout_timer;
|
2015-03-16 14:43:53 +00:00
|
|
|
/* Event used to sync H2c for BT control */
|
2014-12-11 21:15:04 +00:00
|
|
|
|
2015-03-02 23:21:23 +00:00
|
|
|
bool MptH2cRspEvent;
|
|
|
|
bool MptBtC2hEvent;
|
|
|
|
bool bMPh2c_timeout;
|
2014-12-19 06:59:46 +00:00
|
|
|
|
2015-03-02 23:21:23 +00:00
|
|
|
bool bMptWorkItemInProgress;
|
2015-03-16 14:43:53 +00:00
|
|
|
/* An instance which implements function and context of MptWorkItem. */
|
2015-03-17 01:14:52 +00:00
|
|
|
void (*CurrMptAct)(void * Adapter);
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2015-03-16 14:43:53 +00:00
|
|
|
/* 1=Start, 0=Stop from UI. */
|
2015-09-08 05:04:30 +00:00
|
|
|
u32 MptTestStart;
|
2015-03-16 14:43:53 +00:00
|
|
|
/* _TEST_MODE, defined in MPT_Req2.h */
|
2015-09-08 05:04:30 +00:00
|
|
|
u32 MptTestItem;
|
2015-03-16 14:43:53 +00:00
|
|
|
/* Variable needed in each implementation of CurrMptAct. */
|
2015-09-08 05:04:30 +00:00
|
|
|
u32 MptActType; /* Type of action performed in CurrMptAct. */
|
2015-03-16 14:43:53 +00:00
|
|
|
/* The Offset of IO operation is depend of MptActType. */
|
2015-09-08 05:04:30 +00:00
|
|
|
u32 MptIoOffset;
|
2015-03-16 14:43:53 +00:00
|
|
|
/* The Value of IO operation is depend of MptActType. */
|
2015-09-08 05:04:30 +00:00
|
|
|
u32 MptIoValue;
|
2015-03-16 14:43:53 +00:00
|
|
|
/* The RfPath of IO operation is depend of MptActType. */
|
2015-09-08 05:04:30 +00:00
|
|
|
u32 MptRfPath;
|
2014-12-11 21:15:04 +00:00
|
|
|
|
2015-03-16 14:43:53 +00:00
|
|
|
WIRELESS_MODE MptWirelessModeToSw; /* Wireless mode to switch. */
|
|
|
|
u8 MptChannelToSw; /* Channel to switch. */
|
|
|
|
u8 MptInitGainToSet; /* Initial gain to set. */
|
2015-09-08 05:04:30 +00:00
|
|
|
u32 MptBandWidth; /* bandwidth to switch. */
|
|
|
|
u32 MptRateIndex; /* rate index. */
|
2015-03-16 14:43:53 +00:00
|
|
|
/* Register value kept for Single Carrier Tx test. */
|
2014-12-11 21:15:04 +00:00
|
|
|
u8 btMpCckTxPower;
|
2015-03-16 14:43:53 +00:00
|
|
|
/* Register value kept for Single Carrier Tx test. */
|
2014-12-11 21:15:04 +00:00
|
|
|
u8 btMpOfdmTxPower;
|
2015-03-16 14:43:53 +00:00
|
|
|
/* For MP Tx Power index */
|
|
|
|
u8 TxPwrLevel[2]; /* rf-A, rf-B */
|
2014-12-11 21:15:04 +00:00
|
|
|
|
2015-03-16 14:43:53 +00:00
|
|
|
/* Content of RCR Regsiter for Mass Production Test. */
|
2015-09-08 05:04:30 +00:00
|
|
|
u32 MptRCR;
|
2015-03-16 14:43:53 +00:00
|
|
|
/* true if we only receive packets with specific pattern. */
|
2015-03-02 23:21:23 +00:00
|
|
|
bool bMptFilterPattern;
|
2015-03-16 14:43:53 +00:00
|
|
|
/* Rx OK count, statistics used in Mass Production Test. */
|
2015-09-08 05:04:30 +00:00
|
|
|
u32 MptRxOkCnt;
|
2015-03-16 14:43:53 +00:00
|
|
|
/* Rx CRC32 error count, statistics used in Mass Production Test. */
|
2015-09-08 05:04:30 +00:00
|
|
|
u32 MptRxCrcErrCnt;
|
2014-12-11 21:15:04 +00:00
|
|
|
|
2015-03-16 14:43:53 +00:00
|
|
|
bool bCckContTx; /* true if we are in CCK Continuous Tx test. */
|
|
|
|
bool bOfdmContTx; /* true if we are in OFDM Continuous Tx test. */
|
|
|
|
bool bStartContTx; /* true if we have start Continuous Tx test. */
|
|
|
|
/* true if we are in Single Carrier Tx test. */
|
2015-03-02 23:21:23 +00:00
|
|
|
bool bSingleCarrier;
|
2015-03-16 14:43:53 +00:00
|
|
|
/* true if we are in Carrier Suppression Tx Test. */
|
2015-03-02 23:21:23 +00:00
|
|
|
bool bCarrierSuppression;
|
2015-03-16 14:43:53 +00:00
|
|
|
/* true if we are in Single Tone Tx test. */
|
2015-03-02 23:21:23 +00:00
|
|
|
bool bSingleTone;
|
2014-12-11 21:15:04 +00:00
|
|
|
|
2015-03-16 14:43:53 +00:00
|
|
|
/* ACK counter asked by K.Y.. */
|
2015-03-02 23:21:23 +00:00
|
|
|
bool bMptEnableAckCounter;
|
2015-09-08 05:04:30 +00:00
|
|
|
u32 MptAckCounter;
|
2014-12-11 21:15:04 +00:00
|
|
|
|
2015-03-16 14:43:53 +00:00
|
|
|
/* SD3 Willis For 8192S to save 1T/2T RF table for ACUT Only fro ACUT delete later ~~~! */
|
|
|
|
/* s8 BufOfLines[2][MAX_LINES_HWCONFIG_TXT][MAX_BYTES_LINE_HWCONFIG_TXT]; */
|
|
|
|
/* s8 BufOfLines[2][MP_MAX_LINES][MP_MAX_LINES_BYTES]; */
|
|
|
|
/* s32 RfReadLine[2]; */
|
2014-12-11 21:15:04 +00:00
|
|
|
|
2015-03-16 14:43:53 +00:00
|
|
|
u8 APK_bound[2]; /* for APK path A/path B */
|
2015-03-02 23:21:23 +00:00
|
|
|
bool bMptIndexEven;
|
2014-12-11 21:15:04 +00:00
|
|
|
|
|
|
|
u8 backup0xc50;
|
|
|
|
u8 backup0xc58;
|
|
|
|
u8 backup0xc30;
|
2014-12-19 06:59:46 +00:00
|
|
|
u8 backup0x52_RF_A;
|
|
|
|
u8 backup0x52_RF_B;
|
|
|
|
|
2014-12-30 23:50:44 +00:00
|
|
|
u8 h2cReqNum;
|
|
|
|
u8 c2hBuf[20];
|
2014-12-11 21:15:04 +00:00
|
|
|
|
2015-03-17 01:14:52 +00:00
|
|
|
u8 btInBuf[100];
|
2015-09-08 05:04:30 +00:00
|
|
|
u32 mptOutLen;
|
2015-03-17 01:14:52 +00:00
|
|
|
u8 mptOutBuf[100];
|
|
|
|
};
|
2014-12-11 21:15:04 +00:00
|
|
|
|
2014-12-19 06:59:46 +00:00
|
|
|
enum {
|
2013-05-08 21:45:39 +00:00
|
|
|
WRITE_REG = 1,
|
|
|
|
READ_REG,
|
|
|
|
WRITE_RF,
|
|
|
|
READ_RF,
|
|
|
|
MP_START,
|
|
|
|
MP_STOP,
|
|
|
|
MP_RATE,
|
|
|
|
MP_CHANNEL,
|
|
|
|
MP_BANDWIDTH,
|
|
|
|
MP_TXPOWER,
|
|
|
|
MP_ANT_TX,
|
|
|
|
MP_ANT_RX,
|
|
|
|
MP_CTX,
|
|
|
|
MP_QUERY,
|
|
|
|
MP_ARX,
|
|
|
|
MP_PSD,
|
|
|
|
MP_PWRTRK,
|
|
|
|
MP_THER,
|
|
|
|
MP_IOCTL,
|
|
|
|
EFUSE_GET,
|
|
|
|
EFUSE_SET,
|
|
|
|
MP_RESET_STATS,
|
|
|
|
MP_DUMP,
|
|
|
|
MP_PHYPARA,
|
|
|
|
MP_SetRFPathSwh,
|
|
|
|
MP_QueryDrvStats,
|
|
|
|
MP_SetBT,
|
|
|
|
CTA_TEST,
|
2014-12-11 21:15:04 +00:00
|
|
|
MP_DISABLE_BT_COEXIST,
|
|
|
|
MP_PwrCtlDM,
|
2013-05-08 21:45:39 +00:00
|
|
|
MP_NULL,
|
|
|
|
};
|
|
|
|
|
2015-03-02 23:03:18 +00:00
|
|
|
struct mp_priv {
|
2014-12-17 23:13:53 +00:00
|
|
|
struct adapter *papdater;
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2015-03-16 14:43:53 +00:00
|
|
|
/* Testing Flag */
|
|
|
|
u32 mode;/* 0 for normal type packet, 1 for loopback packet (16bytes TXCMD) */
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
u32 prev_fw_state;
|
|
|
|
|
2015-03-16 14:43:53 +00:00
|
|
|
/* OID cmd handler */
|
2013-05-08 21:45:39 +00:00
|
|
|
struct mp_wiparam workparam;
|
2015-03-16 14:43:53 +00:00
|
|
|
/* u8 act_in_progress; */
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2015-03-16 14:43:53 +00:00
|
|
|
/* Tx Section */
|
2013-05-08 21:45:39 +00:00
|
|
|
u8 TID;
|
|
|
|
u32 tx_pktcount;
|
|
|
|
struct mp_tx tx;
|
|
|
|
|
2015-03-16 14:43:53 +00:00
|
|
|
/* Rx Section */
|
2013-05-08 21:45:39 +00:00
|
|
|
u32 rx_pktcount;
|
|
|
|
u32 rx_crcerrpktcount;
|
|
|
|
u32 rx_pktloss;
|
|
|
|
|
|
|
|
struct recv_stat rxstat;
|
|
|
|
|
2015-03-16 14:43:53 +00:00
|
|
|
/* RF/BB relative */
|
2013-05-08 21:45:39 +00:00
|
|
|
u8 channel;
|
|
|
|
u8 bandwidth;
|
|
|
|
u8 prime_channel_offset;
|
|
|
|
u8 txpoweridx;
|
|
|
|
u8 txpoweridx_b;
|
|
|
|
u8 rateidx;
|
|
|
|
u32 preamble;
|
|
|
|
u32 CrystalCap;
|
|
|
|
u16 antenna_tx;
|
|
|
|
u16 antenna_rx;
|
|
|
|
u8 check_mp_pkt;
|
|
|
|
u8 bSetTxPower;
|
|
|
|
struct wlan_network mp_network;
|
2015-03-14 23:14:05 +00:00
|
|
|
u8 network_macaddr[ETH_ALEN];
|
2014-12-11 21:15:04 +00:00
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
u8 *pallocated_mp_xmitframe_buf;
|
|
|
|
u8 *pmp_xmtframe_buf;
|
2015-03-16 13:54:18 +00:00
|
|
|
struct __queue free_mp_xmitqueue;
|
2013-05-08 21:45:39 +00:00
|
|
|
u32 free_mp_xmitframe_cnt;
|
2015-03-17 01:14:52 +00:00
|
|
|
struct mpt_context MptCtx;
|
2013-05-08 21:45:39 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
struct rf_reg_param {
|
|
|
|
u32 path;
|
|
|
|
u32 offset;
|
|
|
|
u32 value;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct bb_reg_param {
|
|
|
|
u32 offset;
|
|
|
|
u32 value;
|
|
|
|
};
|
2015-03-16 14:43:53 +00:00
|
|
|
/* */
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2014-12-29 02:13:24 +00:00
|
|
|
#define LOWER true
|
|
|
|
#define RAISE false
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
/* Hardware Registers */
|
|
|
|
#define BB_REG_BASE_ADDR 0x800
|
|
|
|
|
|
|
|
/* MP variables */
|
2015-03-17 01:14:52 +00:00
|
|
|
enum MP_MODE {
|
2013-05-08 21:45:39 +00:00
|
|
|
MP_OFF,
|
|
|
|
MP_ON,
|
|
|
|
MP_ERR,
|
|
|
|
MP_CONTINUOUS_TX,
|
|
|
|
MP_SINGLE_CARRIER_TX,
|
|
|
|
MP_CARRIER_SUPPRISSION_TX,
|
|
|
|
MP_SINGLE_TONE_TX,
|
|
|
|
MP_PACKET_TX,
|
|
|
|
MP_PACKET_RX
|
2015-03-17 01:14:52 +00:00
|
|
|
};
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
extern u8 mpdatarate[NumRates];
|
|
|
|
|
|
|
|
/* MP set force data rate base on the definition. */
|
2015-03-17 01:14:52 +00:00
|
|
|
enum MPT_RATE_INDEX {
|
2013-05-08 21:45:39 +00:00
|
|
|
/* CCK rate. */
|
|
|
|
MPT_RATE_1M, /* 0 */
|
|
|
|
MPT_RATE_2M,
|
|
|
|
MPT_RATE_55M,
|
|
|
|
MPT_RATE_11M, /* 3 */
|
|
|
|
|
|
|
|
/* OFDM rate. */
|
|
|
|
MPT_RATE_6M, /* 4 */
|
|
|
|
MPT_RATE_9M,
|
|
|
|
MPT_RATE_12M,
|
|
|
|
MPT_RATE_18M,
|
|
|
|
MPT_RATE_24M,
|
|
|
|
MPT_RATE_36M,
|
|
|
|
MPT_RATE_48M,
|
|
|
|
MPT_RATE_54M, /* 11 */
|
|
|
|
|
|
|
|
/* HT rate. */
|
|
|
|
MPT_RATE_MCS0, /* 12 */
|
|
|
|
MPT_RATE_MCS1,
|
|
|
|
MPT_RATE_MCS2,
|
|
|
|
MPT_RATE_MCS3,
|
|
|
|
MPT_RATE_MCS4,
|
|
|
|
MPT_RATE_MCS5,
|
|
|
|
MPT_RATE_MCS6,
|
|
|
|
MPT_RATE_MCS7, /* 19 */
|
|
|
|
MPT_RATE_MCS8,
|
|
|
|
MPT_RATE_MCS9,
|
|
|
|
MPT_RATE_MCS10,
|
|
|
|
MPT_RATE_MCS11,
|
|
|
|
MPT_RATE_MCS12,
|
|
|
|
MPT_RATE_MCS13,
|
|
|
|
MPT_RATE_MCS14,
|
|
|
|
MPT_RATE_MCS15, /* 27 */
|
|
|
|
MPT_RATE_LAST
|
2015-03-17 01:14:52 +00:00
|
|
|
};
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2015-03-16 14:43:53 +00:00
|
|
|
#define MAX_TX_PWR_INDEX_N_MODE 64 /* 0x3F */
|
2014-12-11 21:15:04 +00:00
|
|
|
|
2015-03-17 01:14:52 +00:00
|
|
|
enum POWER_MODE {
|
2013-05-08 21:45:39 +00:00
|
|
|
POWER_LOW = 0,
|
|
|
|
POWER_NORMAL
|
2015-03-17 01:14:52 +00:00
|
|
|
};
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
#define RX_PKT_BROADCAST 1
|
|
|
|
#define RX_PKT_DEST_ADDR 2
|
|
|
|
#define RX_PKT_PHY_MATCH 3
|
|
|
|
|
2015-03-17 01:14:52 +00:00
|
|
|
enum ENCRY_CTRL_STATE {
|
2015-03-16 14:43:53 +00:00
|
|
|
HW_CONTROL, /* hw encryption& decryption */
|
|
|
|
SW_CONTROL, /* sw encryption& decryption */
|
|
|
|
HW_ENCRY_SW_DECRY, /* hw encryption & sw decryption */
|
|
|
|
SW_ENCRY_HW_DECRY /* sw encryption & hw decryption */
|
2015-03-17 01:14:52 +00:00
|
|
|
};
|
2014-12-11 21:15:04 +00:00
|
|
|
|
2014-12-19 06:59:46 +00:00
|
|
|
#define Mac_OFDM_OK 0x00000000
|
|
|
|
#define Mac_OFDM_Fail 0x10000000
|
|
|
|
#define Mac_OFDM_FasleAlarm 0x20000000
|
2014-12-11 21:15:04 +00:00
|
|
|
#define Mac_CCK_OK 0x30000000
|
|
|
|
#define Mac_CCK_Fail 0x40000000
|
|
|
|
#define Mac_CCK_FasleAlarm 0x50000000
|
2014-12-19 06:59:46 +00:00
|
|
|
#define Mac_HT_OK 0x60000000
|
2014-12-11 21:15:04 +00:00
|
|
|
#define Mac_HT_Fail 0x70000000
|
2014-12-19 06:59:46 +00:00
|
|
|
#define Mac_HT_FasleAlarm 0x90000000
|
2014-12-11 21:15:04 +00:00
|
|
|
#define Mac_DropPacket 0xA0000000
|
|
|
|
|
2014-12-17 23:13:53 +00:00
|
|
|
s32 init_mp_priv(struct adapter *padapter);
|
2014-12-15 05:08:37 +00:00
|
|
|
void free_mp_priv(struct mp_priv *pmp_priv);
|
2014-12-17 23:13:53 +00:00
|
|
|
s32 MPT_InitializeAdapter(struct adapter *padapter, u8 Channel);
|
|
|
|
void MPT_DeInitAdapter(struct adapter *padapter);
|
|
|
|
s32 mp_start_test(struct adapter *padapter);
|
|
|
|
void mp_stop_test(struct adapter *padapter);
|
2014-12-11 21:15:04 +00:00
|
|
|
|
2014-12-17 23:13:53 +00:00
|
|
|
u32 _read_rfreg(struct adapter *padapter, u8 rfpath, u32 addr, u32 bitmask);
|
|
|
|
void _write_rfreg(struct adapter *padapter, u8 rfpath, u32 addr, u32 bitmask, u32 val);
|
|
|
|
|
|
|
|
u32 read_macreg(struct adapter *padapter, u32 addr, u32 sz);
|
|
|
|
void write_macreg(struct adapter *padapter, u32 addr, u32 val, u32 sz);
|
|
|
|
u32 read_bbreg(struct adapter *padapter, u32 addr, u32 bitmask);
|
|
|
|
void write_bbreg(struct adapter *padapter, u32 addr, u32 bitmask, u32 val);
|
2016-02-15 02:14:42 +00:00
|
|
|
u32 read_rfreg(struct adapter *padapter, enum rf_radio_path rfpath, u32 addr);
|
2014-12-17 23:13:53 +00:00
|
|
|
void write_rfreg(struct adapter *padapter, u8 rfpath, u32 addr, u32 val);
|
|
|
|
|
|
|
|
void SetChannel(struct adapter *pAdapter);
|
|
|
|
void SetBandwidth(struct adapter *pAdapter);
|
|
|
|
void SetTxPower(struct adapter *pAdapter);
|
|
|
|
void SetAntennaPathPower(struct adapter *pAdapter);
|
|
|
|
void SetTxAGCOffset(struct adapter *pAdapter, u32 ulTxAGCOffset);
|
|
|
|
void SetDataRate(struct adapter *pAdapter);
|
|
|
|
|
|
|
|
void SetAntenna(struct adapter *pAdapter);
|
|
|
|
|
|
|
|
s32 SetThermalMeter(struct adapter *pAdapter, u8 target_ther);
|
|
|
|
void GetThermalMeter(struct adapter *pAdapter, u8 *value);
|
|
|
|
|
|
|
|
void SetContinuousTx(struct adapter *pAdapter, u8 bStart);
|
|
|
|
void SetSingleCarrierTx(struct adapter *pAdapter, u8 bStart);
|
|
|
|
void SetSingleToneTx(struct adapter *pAdapter, u8 bStart);
|
|
|
|
void SetCarrierSuppressionTx(struct adapter *pAdapter, u8 bStart);
|
|
|
|
void PhySetTxPowerLevel(struct adapter *pAdapter);
|
|
|
|
|
|
|
|
void fill_txdesc_for_mp(struct adapter *padapter, struct tx_desc *ptxdesc);
|
|
|
|
void SetPacketTx(struct adapter *padapter);
|
|
|
|
void SetPacketRx(struct adapter *pAdapter, u8 bStartRx);
|
|
|
|
|
|
|
|
void ResetPhyRxPktCount(struct adapter *pAdapter);
|
|
|
|
u32 GetPhyRxPktReceived(struct adapter *pAdapter);
|
|
|
|
u32 GetPhyRxPktCRC32Error(struct adapter *pAdapter);
|
|
|
|
|
|
|
|
s32 SetPowerTracking(struct adapter *padapter, u8 enable);
|
|
|
|
void GetPowerTracking(struct adapter *padapter, u8 *enable);
|
|
|
|
|
|
|
|
u32 mp_query_psd(struct adapter *pAdapter, u8 *data);
|
|
|
|
|
|
|
|
|
|
|
|
void Hal_SetAntenna(struct adapter *pAdapter);
|
|
|
|
void Hal_SetBandwidth(struct adapter *pAdapter);
|
|
|
|
|
|
|
|
void Hal_SetTxPower(struct adapter *pAdapter);
|
|
|
|
void Hal_SetCarrierSuppressionTx(struct adapter *pAdapter, u8 bStart);
|
|
|
|
void Hal_SetSingleToneTx ( struct adapter *pAdapter , u8 bStart );
|
|
|
|
void Hal_SetSingleCarrierTx (struct adapter *pAdapter, u8 bStart);
|
|
|
|
void Hal_SetContinuousTx (struct adapter *pAdapter, u8 bStart);
|
|
|
|
void Hal_SetBandwidth(struct adapter *pAdapter);
|
|
|
|
|
|
|
|
void Hal_SetDataRate(struct adapter *pAdapter);
|
|
|
|
void Hal_SetChannel(struct adapter *pAdapter);
|
|
|
|
void Hal_SetAntennaPathPower(struct adapter *pAdapter);
|
|
|
|
s32 Hal_SetThermalMeter(struct adapter *pAdapter, u8 target_ther);
|
|
|
|
s32 Hal_SetPowerTracking(struct adapter *padapter, u8 enable);
|
|
|
|
void Hal_GetPowerTracking(struct adapter *padapter, u8 * enable);
|
|
|
|
void Hal_GetThermalMeter(struct adapter *pAdapter, u8 *value);
|
|
|
|
void Hal_mpt_SwitchRfSetting(struct adapter *pAdapter);
|
2015-03-02 23:21:23 +00:00
|
|
|
void Hal_MPT_CCKTxPowerAdjust(struct adapter *Adapter, bool bInCH14);
|
|
|
|
void Hal_MPT_CCKTxPowerAdjustbyIndex(struct adapter *pAdapter, bool beven);
|
2014-12-17 23:13:53 +00:00
|
|
|
void Hal_SetCCKTxPower(struct adapter *pAdapter, u8 * TxPower);
|
|
|
|
void Hal_SetOFDMTxPower(struct adapter *pAdapter, u8 * TxPower);
|
|
|
|
void Hal_TriggerRFThermalMeter(struct adapter *pAdapter);
|
|
|
|
u8 Hal_ReadRFThermalMeter(struct adapter *pAdapter);
|
|
|
|
void Hal_SetCCKContinuousTx(struct adapter *pAdapter, u8 bStart);
|
|
|
|
void SetCCKContinuousTx(struct adapter *pAdapter, u8 bStart);
|
|
|
|
void SetOFDMContinuousTx(struct adapter *pAdapter, u8 bStart);
|
|
|
|
void Hal_SetOFDMContinuousTx(struct adapter *pAdapter, u8 bStart);
|
|
|
|
void Hal_ProSetCrystalCap (struct adapter *pAdapter , u32 CrystalCapVal);
|
2014-12-15 05:08:37 +00:00
|
|
|
void _rtw_mp_xmit_priv(struct xmit_priv *pxmitpriv);
|
2015-03-02 23:21:23 +00:00
|
|
|
void MP_PHY_SetRFPathSwitch(struct adapter *pAdapter ,bool bMain);
|
2014-12-17 23:13:53 +00:00
|
|
|
void MPT_PwrCtlDM(struct adapter *padapter, u32 bstart);
|
2014-12-11 21:15:04 +00:00
|
|
|
|
2015-03-16 14:43:53 +00:00
|
|
|
#endif /* _RTW_MP_H_ */
|